GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest constructor

GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest({
  1. GoogleCloudDialogflowV2EntityTypeBatch? entityTypeBatchInline,
  2. String? entityTypeBatchUri,
  3. String? languageCode,
  4. String? updateMask,
})

Implementation

GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest({
  this.entityTypeBatchInline,
  this.entityTypeBatchUri,
  this.languageCode,
  this.updateMask,
});