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 documentation for the `IntentMatchData` class within the Google Cloud Contact Center Insights v1 API, specifically for the .NET environment."],["The `IntentMatchData` class represents a match to an intent within a segment of conversation text, which could be a sentence, part of a sentence, or multiple sentences."],["The latest version of the documentation is 2.19.0, and the page lists all of the versions, ranging back to version 1.0.0, each with its respective link."],["`IntentMatchData` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that takes an `IntentMatchData` object, as well as a property called `IntentUniqueId`, which retrieves the unique ID of the intent that was matched."]]],[]]