public sealed class IntentMatchData : IMessage<IntentMatchData>, IEquatable<IntentMatchData>, IDeepCloneable<IntentMatchData>, IBufferMessage, IMessage
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, part of the Google.Cloud.ContactCenterInsights.V1 namespace."],["IntentMatchData represents an intent match for a text segment within a conversation, which can be a part of a sentence, a complete sentence, or a multiple sentence utterance."],["This class, IntentMatchData, inherits from Object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The `IntentUniqueId` property of IntentMatchData is a string that identifies the matched intent, allowing retrieval of corresponding intent details."],["There are two constructors for IntentMatchData, a default parameter-less constructor, and another that takes another IntentMatchData object as parameter."]]],[]]