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

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
NameDescription
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
TypeDescription
string

setParent

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

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIntents

Required. The name of the intents to export.

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

Returns
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getIntentsContentInline

Optional. The option to return the serialized intents inline.

Returns
TypeDescription
bool

hasIntentsContentInline

setIntentsContentInline

Optional. The option to return the serialized intents inline.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDataFormat

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

Returns
TypeDescription
int

setDataFormat

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string