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 `IntentMatchData` class represents an intent match within a text segment of a conversation, which could range from part of a sentence to multiple sentences."],["Version 2.19.0 is the latest available version of the `IntentMatchData` class in the `Google.Cloud.ContactCenterInsights.V1` namespace, but there are many previous releases, going as far back as version 1.0.0."],["The `IntentMatchData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `IntentMatchData` class has two constructors: one default constructor, and another that takes another `IntentMatchData` as a parameter for copying, and contains the property `IntentUniqueId` to represent the matched intent."]]],[]]