Class ImportAgentRequest (2.27.0)

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

The request message for Agents.ImportAgent.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
parent str
Required. The project that the agent to import is associated with. Format: projects/.
agent_uri str
The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://". Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see `Dialogflow access control
agent_content bytes
Zip compressed raw byte content for agent. This field is a member of oneof_ agent.