Class ExportAgentRequest (0.8.0)

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

The request message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].

Attributes: name (str): Required. The name of the agent to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. agent_uri (str): Optional. The Google Cloud Storage <https://cloud.google.com/storage/docs/>__ URI to export the agent to. The format of this URI must be gs://<bucket-name>/<object-name>. If left unspecified, the serialized agent is returned inline. environment (str): Optional. Environment name. If not set, draft environment is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.

Inheritance

builtins.object > proto.message.Message > ExportAgentRequest