Google Cloud Dialogflow Cx V3 Client - Class ExportIntentsResponse (0.3.4)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportIntentsResponse.

The response message for Intents.ExportIntents.

Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportIntentsResponse

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intents_uri string

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

↳ intents_content Google\Cloud\Dialogflow\Cx\V3\InlineDestination

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

getIntentsUri

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

Returns
Type Description
string

hasIntentsUri

setIntentsUri

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

Parameter
Name Description
var string
Returns
Type Description
$this

getIntentsContent

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\InlineDestination|null

hasIntentsContent

setIntentsContent

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

Parameter
Name Description
var Google\Cloud\Dialogflow\Cx\V3\InlineDestination
Returns
Type Description
$this

getIntents

Returns
Type Description
string