BatchUpdateIntentsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message for Intents.BatchUpdateIntents.
Attributes | |
---|---|
Name | Description |
parent |
str
Required. The name of the agent to update or create intents in. Supported formats: - projects/
- projects/
|
intent_batch_uri |
str
The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://". |
intent_batch_inline |
google.cloud.dialogflow_v2beta1.types.IntentBatch
The collection of intents to update or create. |
language_code |
str
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see `Multilingual intent and entity data |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Optional. The mask to control which fields get updated. |
intent_view |
google.cloud.dialogflow_v2beta1.types.IntentView
Optional. The resource view to apply to the returned intent. |