GoogleCloudDialogflowV2ListDocumentsResponse constructor

GoogleCloudDialogflowV2ListDocumentsResponse({
  1. List<GoogleCloudDialogflowV2Document>? documents,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListDocumentsResponse({
  this.documents,
  this.nextPageToken,
});