GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest constructor
GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest({
- GoogleCloudDialogflowV2EntityTypeBatch? entityTypeBatchInline,
- String? entityTypeBatchUri,
- String? languageCode,
- String? updateMask,
Implementation
GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest({
this.entityTypeBatchInline,
this.entityTypeBatchUri,
this.languageCode,
this.updateMask,
});