Class ExportAgentResponse (0.8.0)

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

The response message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].

Attributes: agent_uri (str): The URI to a file containing the exported agent. This field is populated only if agent_uri is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3beta1.ExportAgentRequest]. agent_content (bytes): Uncompressed raw byte content for agent.

Inheritance

builtins.object > proto.message.Message > ExportAgentResponse