Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ExportAgentResponse.
The response message for Agents.ExportAgent.
Generated from protobuf message google.cloud.dialogflow.v2.ExportAgentResponse
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__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 only if |
↳ agent_content |
string
Zip compressed raw byte content for agent. |
getAgentUri
The URI to a file containing the exported agent. This field is populated
only 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
only if agent_uri
is specified in ExportAgentRequest
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAgentContent
Zip compressed raw byte content for agent.
Returns | |
---|---|
Type | Description |
string |
hasAgentContent
setAgentContent
Zip compressed raw byte content for agent.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAgent
Returns | |
---|---|
Type | Description |
string |