Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportAgentResponse.
The response message for Agents.ExportAgent .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportAgentResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ agent_uri
string
The URI to a file containing the exported agent. This field is populated if agent_uri
is specified in ExportAgentRequest
.
↳ agent_content
string
Uncompressed raw byte content for agent. This field is populated if none of agent_uri
and git_destination
are specified in ExportAgentRequest
.
↳ commit_sha
string
Commit SHA of the git push. This field is populated if git_destination
is specified in ExportAgentRequest
.
getAgentUri
The URI to a file containing the exported agent. This field is populated
if agent_uri
is specified in ExportAgentRequest
.
string
hasAgentUri
setAgentUri
The URI to a file containing the exported agent. This field is populated
if agent_uri
is specified in ExportAgentRequest
.
var
string
$this
getAgentContent
Uncompressed raw byte content for agent. This field is populated
if none of agent_uri
and git_destination
are specified in ExportAgentRequest
.
string
hasAgentContent
setAgentContent
Uncompressed raw byte content for agent. This field is populated
if none of agent_uri
and git_destination
are specified in ExportAgentRequest
.
var
string
$this
getCommitSha
Commit SHA of the git push. This field is populated if git_destination
is specified in ExportAgentRequest
.
string
hasCommitSha
setCommitSha
Commit SHA of the git push. This field is populated if git_destination
is specified in ExportAgentRequest
.
var
string
$this
getAgent
string