Class ExportAgentRequest (1.31.1)

ExportAgentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Agents.ExportAgent.

Attributes

NameDescription
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_v3beta1.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_v3beta1.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.

Values: DATA_FORMAT_UNSPECIFIED (0): Unspecified format. BLOB (1): Agent content will be exported as raw bytes. JSON_PACKAGE (4): Agent content will be exported in JSON Package format.

GitDestination

GitDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Settings for exporting to a git branch.