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.
Implements
IMessage<IntentMatchData>, IEquatable<IntentMatchData>, IDeepCloneable<IntentMatchData>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IntentMatchData()
public IntentMatchData()
IntentMatchData(IntentMatchData)
public IntentMatchData(IntentMatchData other)
Parameter | |
---|---|
Name | Description |
other | IntentMatchData |
Properties
IntentUniqueId
public string IntentUniqueId { get; set; }
The id of the matched intent. Can be used to retrieve the corresponding intent information.
Property Value | |
---|---|
Type | Description |
String |