Google Cloud Dialogflow Cx V3 Client - Class ExportIntentsRequest (0.3.2)

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 \ V3

Methods

__construct

Constructor.

Parameters
Name Description
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>.

Returns
Type Description
string

setParent

Required. The name of the parent agent to export intents.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getIntents

Required. The name of the intents to export.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIntents

Required. The name of the intents to export.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Parameter
Name Description
var string[]
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this

getIntentsContentInline

Optional. The option to return the serialized intents inline.

Returns
Type Description
bool

hasIntentsContentInline

setIntentsContentInline

Optional. The option to return the serialized intents inline.

Parameter
Name Description
var bool
Returns
Type Description
$this

getDataFormat

Optional. The data format of the exported intents. If not specified, BLOB is assumed.

Returns
Type Description
int

setDataFormat

Optional. The data format of the exported intents. If not specified, BLOB is assumed.

Parameter
Name Description
var int
Returns
Type Description
$this

getDestination

Returns
Type Description
string