Class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
Inheritance
GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput : IDirectResponseSchema
Properties
CurrentPage
Declaration
[JsonProperty("currentPage")]
public virtual GoogleCloudDialogflowCxV3Page CurrentPage { get; set; }
Property Value
DiagnosticInfo
Declaration
[JsonProperty("diagnosticInfo")]
public virtual IDictionary<string, object> DiagnosticInfo { get; set; }
Property Value
Differences
Declaration
[JsonProperty("differences")]
public virtual IList<GoogleCloudDialogflowCxV3TestRunDifference> Differences { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SessionParameters
Declaration
[JsonProperty("sessionParameters")]
public virtual IDictionary<string, object> SessionParameters { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
TextResponses
Declaration
[JsonProperty("textResponses")]
public virtual IList<GoogleCloudDialogflowCxV3ResponseMessageText> TextResponses { get; set; }
Property Value
TriggeredIntent
Declaration
[JsonProperty("triggeredIntent")]
public virtual GoogleCloudDialogflowCxV3Intent TriggeredIntent { get; set; }
Property Value
Implements