Class RestoreAgentRequest (0.8.0)

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

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

Attributes: name (str): Required. The name of the agent to restore into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. agent_uri (str): The Google Cloud Storage <https://cloud.google.com/storage/docs/>__ URI to restore agent from. The format of this URI must be gs://<bucket-name>/<object-name>. agent_content (bytes): Uncompressed raw byte content for agent. restore_option (google.cloud.dialogflowcx_v3.types.RestoreAgentRequest.RestoreOption): Agent restore mode. If not specified, KEEP is assumed.

Inheritance

builtins.object > proto.message.Message > RestoreAgentRequest