GoogleCloudDialogflowV2ListDocumentsResponse constructor
GoogleCloudDialogflowV2ListDocumentsResponse({
- List<
GoogleCloudDialogflowV2Document> ? documents, - String? nextPageToken,
Implementation
GoogleCloudDialogflowV2ListDocumentsResponse({
this.documents,
this.nextPageToken,
});