GoogleCloudDialogflowV2BatchUpdateIntentsRequest constructor
GoogleCloudDialogflowV2BatchUpdateIntentsRequest({
- GoogleCloudDialogflowV2IntentBatch? intentBatchInline,
- String? intentBatchUri,
- String? intentView,
- String? languageCode,
- String? updateMask,
Implementation
GoogleCloudDialogflowV2BatchUpdateIntentsRequest({
this.intentBatchInline,
this.intentBatchUri,
this.intentView,
this.languageCode,
this.updateMask,
});