Class GoogleCloudContactcenterinsightsV1IntentMatchData
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
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1IntentMatchData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntentUniqueId
The id of the matched intent. Can be used to retrieve the corresponding intent information.
Declaration
[JsonProperty("intentUniqueId")]
public virtual string IntentUniqueId { get; set; }
Property Value
Type | Description |
---|---|
string |