GoogleCloudDialogflowV2ListEntityTypesResponse constructor

GoogleCloudDialogflowV2ListEntityTypesResponse({
  1. List<GoogleCloudDialogflowV2EntityType>? entityTypes,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowV2ListEntityTypesResponse({
  this.entityTypes,
  this.nextPageToken,
});