Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse.
The response message for EntityTypes.ImportEntityTypes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conflicting_resources
def conflicting_resources() -> ::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.
#conflicting_resources=
def conflicting_resources=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.
#entity_types
def entity_types() -> ::Array<::String>
Returns
-
(::Array<::String>) — The unique identifier of the imported entity types.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>
.
#entity_types=
def entity_types=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — The unique identifier of the imported entity types.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>
.
Returns
-
(::Array<::String>) — The unique identifier of the imported entity types.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>
.