GoogleCloudDialogflowCxV3ListIntentsResponse constructor

GoogleCloudDialogflowCxV3ListIntentsResponse({
  1. List<GoogleCloudDialogflowCxV3Intent>? intents,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListIntentsResponse({
  this.intents,
  this.nextPageToken,
});