ExportAgentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request message for Agents.ExportAgent.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the agent to export. Format: projects/.
|
agent_uri |
str
Optional. The `Google Cloud Storage |
data_format |
google.cloud.dialogflowcx_v3.types.ExportAgentRequest.DataFormat
Optional. The data format of the exported agent. If not specified, BLOB is assumed.
|
environment |
str
Optional. Environment name. If not set, draft environment is assumed. Format: projects/.
|
git_destination |
google.cloud.dialogflowcx_v3.types.ExportAgentRequest.GitDestination
Optional. The Git branch to export the agent to. |
include_bigquery_export_settings |
bool
Optional. Whether to include BigQuery Export setting. |
Classes
DataFormat
DataFormat(value)Data format of the exported agent.
GitDestination
GitDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)Settings for exporting to a git branch.