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.
Parameters | |
---|---|
Name | Description |
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_content |
string
Uncompressed raw byte content for agent. This field is populated if none of |
↳ commit_sha |
string
Commit SHA of the git push. This field is populated if |
getAgentUri
The URI to a file containing the exported agent. This field is populated
if agent_uri
is specified in
ExportAgentRequest.
Returns | |
---|---|
Type | Description |
string |
hasAgentUri
setAgentUri
The URI to a file containing the exported agent. This field is populated
if agent_uri
is specified in
ExportAgentRequest.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAgentContent
Uncompressed raw byte content for agent. This field is populated
if none of agent_uri
and git_destination
are specified in
ExportAgentRequest.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCommitSha
Commit SHA of the git push. This field is populated if
git_destination
is specified in
ExportAgentRequest.
Returns | |
---|---|
Type | Description |
string |
hasCommitSha
setCommitSha
Commit SHA of the git push. This field is populated if
git_destination
is specified in
ExportAgentRequest.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAgent
Returns | |
---|---|
Type | Description |
string |