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 \ V3Methods
__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: |
↳ conflicting_resources |
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntityTypes
The unique identifier of the imported entity types.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entity_types/<EntityTypeID>
.
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 |
ImportEntityTypesResponse\ConflictingResources|null |
hasConflictingResources
clearConflictingResources
setConflictingResources
Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest.
Parameter | |
---|---|
Name | Description |
var |
ImportEntityTypesResponse\ConflictingResources
|
Returns | |
---|---|
Type | Description |
$this |