Class: Google::Cloud::ContactCenterInsights::V1::IntentMatchData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#intent_unique_id::String

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



624
625
626
627
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 624

class IntentMatchData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end