Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput

Inheritance
object
GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
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.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput : IDirectResponseSchema

Properties

CurrentPage

Declaration
[JsonProperty("currentPage")]
public virtual GoogleCloudDialogflowCxV3Page CurrentPage { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Page

DiagnosticInfo

Declaration
[JsonProperty("diagnosticInfo")]
public virtual IDictionary<string, object> DiagnosticInfo { get; set; }
Property Value
Type Description
IDictionary<string, object>

Differences

Declaration
[JsonProperty("differences")]
public virtual IList<GoogleCloudDialogflowCxV3TestRunDifference> Differences { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3TestRunDifference>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SessionParameters

Declaration
[JsonProperty("sessionParameters")]
public virtual IDictionary<string, object> SessionParameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

Status

Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type Description
GoogleRpcStatus

TextResponses

Declaration
[JsonProperty("textResponses")]
public virtual IList<GoogleCloudDialogflowCxV3ResponseMessageText> TextResponses { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ResponseMessageText>

TriggeredIntent

Declaration
[JsonProperty("triggeredIntent")]
public virtual GoogleCloudDialogflowCxV3Intent TriggeredIntent { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Intent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX