GoogleCloudDialogflowCxV3ListIntentsResponse constructor
GoogleCloudDialogflowCxV3ListIntentsResponse({
- List<
GoogleCloudDialogflowCxV3Intent> ? intents, - String? nextPageToken,
Implementation
GoogleCloudDialogflowCxV3ListIntentsResponse({
this.intents,
this.nextPageToken,
});