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

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

Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT is set in the request and there are conflicts in the display names.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ ImportIntentsResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intent_display_names array

Display names of conflicting intents.

↳ entity_display_names array

Display names of conflicting entities.

getIntentDisplayNames

Display names of conflicting intents.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIntentDisplayNames

Display names of conflicting intents.

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

getEntityDisplayNames

Display names of conflicting entities.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntityDisplayNames

Display names of conflicting entities.

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