Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData

Dialogflow interaction data.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX