Properties of a BatchUpdateIntentsRequest.
Package
@google-cloud/dialogflow!Properties
intentBatchInline
intentBatchInline?: (google.cloud.dialogflow.v2beta1.IIntentBatch|null);BatchUpdateIntentsRequest intentBatchInline
| Type | Description |
| (google.cloud.dialogflow.v2beta1.IIntentBatch|null) |
intentBatchUri
intentBatchUri?: (string|null);BatchUpdateIntentsRequest intentBatchUri
| Type | Description |
| (string|null) |
intentView
intentView?: (google.cloud.dialogflow.v2beta1.IntentView|keyof typeof google.cloud.dialogflow.v2beta1.IntentView|null);BatchUpdateIntentsRequest intentView
| Type | Description |
| (google.cloud.dialogflow.v2beta1.IntentView|keyof typeof google.cloud.dialogflow.v2beta1.IntentView|null) |
languageCode
languageCode?: (string|null);BatchUpdateIntentsRequest languageCode
| Type | Description |
| (string|null) |
parent
parent?: (string|null);BatchUpdateIntentsRequest parent
| Type | Description |
| (string|null) |
updateMask
updateMask?: (google.protobuf.IFieldMask|null);BatchUpdateIntentsRequest updateMask
| Type | Description |
| (google.protobuf.IFieldMask|null) |