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."],[[["This webpage provides reference documentation for the `IntentMatchData` class within the Google Cloud Contact Center AI Insights v1 API."],["`IntentMatchData` represents an intent match in a conversation's text segment, such as a portion of a sentence, a complete sentence, or an utterance."],["The page details various available versions of the `IntentMatchData` class, ranging from the latest version 2.19.0 down to version 1.0.0, with 2.18.0 being the current contextual version."],["`IntentMatchData` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for handling message serialization, equality checks, deep cloning, and buffer message operations."],["The `IntentUniqueId` property, a string type, is associated with each intent match, which can be utilized to access detailed information about that intent."]]],[]]