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

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

The response message for Intents.ImportIntents.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intents array

The unique identifier of the imported intents. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

↳ conflicting_resources Google\Cloud\Dialogflow\Cx\V3\ImportIntentsResponse\ConflictingResources

Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.

getIntents

The unique identifier of the imported intents.

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIntents

The unique identifier of the imported intents.

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getConflictingResources

Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\ImportIntentsResponse\ConflictingResources|null

hasConflictingResources

clearConflictingResources

setConflictingResources

Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.

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