Class Google::Cloud::ContactCenterInsights::V1::IntentMatchData (v0.6.0)

The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#intent_unique_id

def intent_unique_id() -> ::String
Returns
  • (::String) — The id of the matched intent. Can be used to retrieve the corresponding intent information.

#intent_unique_id=

def intent_unique_id=(value) -> ::String
Parameter
  • value (::String) — The id of the matched intent. Can be used to retrieve the corresponding intent information.
Returns
  • (::String) — The id of the matched intent. Can be used to retrieve the corresponding intent information.