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 the `IntentMatchData` class is 2.19.0, part of the Google Cloud Contact Center Insights v1 API, with previous versions ranging from 1.0.0 to 2.18.0 also available."],["The `IntentMatchData` class represents an intent match within a text segment of a conversation, such as part of a sentence, a complete sentence, or an utterance with multiple sentences."],["The `IntentMatchData` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a constructor that takes another `IntentMatchData` object as a parameter."],["The `IntentMatchData` class has a property called `IntentUniqueId` of type `string`, which represents the id of the matched intent."]]],[]]