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

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportEntityTypesResponse::ConflictingResources.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_display_names

def entity_display_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — Display names of conflicting entities.

#entity_display_names=

def entity_display_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Display names of conflicting entities.
Returns
  • (::Array<::String>) — Display names of conflicting entities.

#entity_type_display_names

def entity_type_display_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — Display names of conflicting entity types.

#entity_type_display_names=

def entity_type_display_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Display names of conflicting entity types.
Returns
  • (::Array<::String>) — Display names of conflicting entity types.