GoogleCloudDialogflowCxV3ExportEntityTypesRequest constructor

GoogleCloudDialogflowCxV3ExportEntityTypesRequest({
  1. String? dataFormat,
  2. List<String>? entityTypes,
  3. bool? entityTypesContentInline,
  4. String? entityTypesUri,
  5. String? languageCode,
})

Implementation

GoogleCloudDialogflowCxV3ExportEntityTypesRequest({
  this.dataFormat,
  this.entityTypes,
  this.entityTypesContentInline,
  this.entityTypesUri,
  this.languageCode,
});