GoogleCloudDialogflowCxV3ImportEntityTypesRequest constructor

GoogleCloudDialogflowCxV3ImportEntityTypesRequest({
  1. GoogleCloudDialogflowCxV3InlineSource? entityTypesContent,
  2. String? entityTypesUri,
  3. String? mergeOption,
  4. String? targetEntityType,
})

Implementation

GoogleCloudDialogflowCxV3ImportEntityTypesRequest({
  this.entityTypesContent,
  this.entityTypesUri,
  this.mergeOption,
  this.targetEntityType,
});