public sealed class IntentMatchData : IMessage<IntentMatchData>, IEquatable<IntentMatchData>, IDeepCloneable<IntentMatchData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IntentMatchData.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of IntentMatchData is 2.19.0, representing the most current release of this API class."],["IntentMatchData is a class within the Google.Cloud.ContactCenterInsights.V1 namespace, designed to represent data for an intent match in a conversation."],["The class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its support for message handling, comparison, deep cloning, and buffer management."],["IntentMatchData instances can be constructed either with a default constructor or by copying data from another IntentMatchData object, as shown by the two constructors."],["The class includes a property `IntentUniqueId`, which is a string representing the unique identifier of the matched intent and can be utilized to find further information about the intent."]]],[]]