Class GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData
Dialogflow interaction data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData : IDirectResponseSchema
Properties
Confidence
The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
DialogflowIntentId
The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}
Declaration
[JsonProperty("dialogflowIntentId")]
public virtual string DialogflowIntentId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |