Google Cloud Dialogflow Cx V3 Client - Class ImportEntityTypesResponse (0.3.3)

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

The response message for EntityTypes.ImportEntityTypes.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entity_types array

The unique identifier of the imported entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>.

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

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

getEntityTypes

The unique identifier of the imported entity types.

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntityTypes

The unique identifier of the imported entity types.

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

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

getConflictingResources

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

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

hasConflictingResources

clearConflictingResources

setConflictingResources

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

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