class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IntentMatchData

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.

Attributes

intent_unique_id[RW]

The id of the matched intent. Can be used to retrieve the corresponding intent information. Corresponds to the JSON property `intentUniqueId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1453
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1458
def update!(**args)
  @intent_unique_id = args[:intent_unique_id] if args.key?(:intent_unique_id)
end