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 available for `IntentMatchData` within the `Google.Cloud.ContactCenterInsights.V1` namespace is 2.19.0."],["`IntentMatchData` represents a match of an intent found in a text segment of a conversation, which can range from part of a sentence to a complete utterance."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which gives it the functionality to be compared, cloned and serialized."],["The class `IntentMatchData` has a property named `IntentUniqueId` of type string, which is the id of the matched intent."],["`IntentMatchData` is a class that inherits from `Object` and is located in the `Google.Cloud.ContactCenterInsights.V1` namespace inside the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."]]],[]]