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