Contact Center AI Insights v1 API - Class IntentMatchData (2.14.0)

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.

Inheritance

object > IntentMatchData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IntentMatchData()

public IntentMatchData()

IntentMatchData(IntentMatchData)

public IntentMatchData(IntentMatchData other)
Parameter
NameDescription
otherIntentMatchData

Properties

IntentUniqueId

public string IntentUniqueId { get; set; }

The id of the matched intent. Can be used to retrieve the corresponding intent information.

Property Value
TypeDescription
string