Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse (v0.26.0)

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

#conflicting_resources=

def conflicting_resources=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources
Parameter
Returns

#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>.