Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportAgentRequest.
The request message for Agents.ExportAgent .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportAgentRequest
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 export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
↳ agent_uri
string
Optional. The Google Cloud Storage
URI to export the agent to. The format of this URI must be gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control
.
↳ data_format
int
Optional. The data format of the exported agent. If not specified, BLOB
is assumed.
↳ environment
string
Optional. Environment name. If not set, draft environment is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.
↳ git_destination
Google\Cloud\Dialogflow\Cx\V3\ExportAgentRequest\GitDestination
Optional. The Git branch to export the agent to.
↳ include_bigquery_export_settings
bool
Optional. Whether to include BigQuery Export setting.
getName
Required. The name of the agent to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
string
setName
Required. The name of the agent to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
var
string
$this
getAgentUri
Optional. The Google Cloud
Storage
URI to export the agent
to. The format of this URI must be gs://<bucket-name>/<object-name>
. If
left unspecified, the serialized agent is returned inline.
Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control .
string
setAgentUri
Optional. The Google Cloud
Storage
URI to export the agent
to. The format of this URI must be gs://<bucket-name>/<object-name>
. If
left unspecified, the serialized agent is returned inline.
Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control .
var
string
$this
getDataFormat
Optional. The data format of the exported agent. If not specified, BLOB
is assumed.
int
setDataFormat
Optional. The data format of the exported agent. If not specified, BLOB
is assumed.
var
int
$this
getEnvironment
Optional. Environment name. If not set, draft environment is assumed.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>
.
string
setEnvironment
Optional. Environment name. If not set, draft environment is assumed.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>
.
var
string
$this
getGitDestination
Optional. The Git branch to export the agent to.
hasGitDestination
clearGitDestination
setGitDestination
Optional. The Git branch to export the agent to.
$this
getIncludeBigqueryExportSettings
Optional. Whether to include BigQuery Export setting.
bool
setIncludeBigqueryExportSettings
Optional. Whether to include BigQuery Export setting.
var
bool
$this