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
Methods
__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 only if agent_uri
is specified in ExportAgentRequest
.
↳ 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
.
Generated from protobuf field string agent_uri = 1;
string
hasAgentUri
setAgentUri
The URI to a file containing the exported agent. This field is populated
only if agent_uri
is specified in ExportAgentRequest
.
Generated from protobuf field string agent_uri = 1;
var
string
$this
getAgentContent
Zip compressed raw byte content for agent.
Generated from protobuf field bytes agent_content = 2;
string
hasAgentContent
setAgentContent
Zip compressed raw byte content for agent.
Generated from protobuf field bytes agent_content = 2;
var
string
$this
getAgent
string