GoogleCloudDialogflowV2ListIntentsResponse constructor

GoogleCloudDialogflowV2ListIntentsResponse({
  1. List<GoogleCloudDialogflowV2Intent>? intents,
  2. String? nextPageToken,
})

Implementation

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