Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportIntentsRequest.
The request message for Intents.ExportIntents .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportIntentsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the parent agent to export intents. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
↳ intents
array
Required. The name of the intents to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>
.
↳ intents_uri
string
Optional. The Google Cloud Storage
URI to export the intents to. The format of this URI must be gs://<bucket-name>/<object-name>
. 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
.
↳ intents_content_inline
bool
Optional. The option to return the serialized intents inline.
↳ data_format
int
Optional. The data format of the exported intents. If not specified, BLOB
is assumed.
getParent
Required. The name of the parent agent to export intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>
.
string
setParent
Required. The name of the parent agent to export intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>
.
var
string
$this
getIntents
Required. The name of the intents to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
setIntents
Required. The name of the intents to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
var
string[]
$this
getIntentsUri
Optional. The Google Cloud
Storage
URI to export the
intents to. The format of this URI must be gs://<bucket-name>/<object-name>
.
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
hasIntentsUri
setIntentsUri
Optional. The Google Cloud
Storage
URI to export the
intents to. The format of this URI must be gs://<bucket-name>/<object-name>
.
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
getIntentsContentInline
Optional. The option to return the serialized intents inline.
bool
hasIntentsContentInline
setIntentsContentInline
Optional. The option to return the serialized intents inline.
var
bool
$this
getDataFormat
Optional. The data format of the exported intents. If not specified, BLOB
is assumed.
int
setDataFormat
Optional. The data format of the exported intents. If not specified, BLOB
is assumed.
var
int
$this
getDestination
string