Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RestoreAgentRequest.
The request message for Agents.RestoreAgent .
Generated from protobuf message google.cloud.dialogflow.cx.v3.RestoreAgentRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the agent to restore into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
↳ agent_uri
string
The Google Cloud Storage
URI to restore agent from. The format of this URI must be gs://<bucket-name>/<object-name>
. 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
string
Uncompressed raw byte content for agent.
↳ git_source
↳ restore_option
int
Agent restore mode. If not specified, KEEP
is assumed.
getName
Required. The name of the agent to restore into.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
string
setName
Required. The name of the agent to restore into.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
var
string
$this
getAgentUri
The Google Cloud Storage
URI
to restore agent from. The format of this URI must be gs://<bucket-name>/<object-name>
.
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 .
string
hasAgentUri
setAgentUri
The Google Cloud Storage
URI
to restore agent from. The format of this URI must be gs://<bucket-name>/<object-name>
.
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 .
var
string
$this
getAgentContent
Uncompressed raw byte content for agent.
string
hasAgentContent
setAgentContent
Uncompressed raw byte content for agent.
var
string
$this
getGitSource
Setting for restoring from a git branch
hasGitSource
setGitSource
Setting for restoring from a git branch
$this
getRestoreOption
Agent restore mode. If not specified, KEEP
is assumed.
int
setRestoreOption
Agent restore mode. If not specified, KEEP
is assumed.
var
int
$this
getAgent
string