Class ExportAgentRequest (1.12.0)

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/

Inheritance

builtins.object > proto.message.Message > ExportAgentRequest

Classes

DataFormat

DataFormat(value)

Data format of the exported agent.