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

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

getIntentsContent

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

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\InlineDestination
Returns
TypeDescription
$this

getIntents

Returns
TypeDescription
string