Class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
The output from the virtual agent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput : IDirectResponseSchema
Properties
CurrentPage
The Page on which the utterance was spoken. Only name and displayName will be set.
Declaration
[JsonProperty("currentPage")]
public virtual GoogleCloudDialogflowCxV3Page CurrentPage { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3Page |
DiagnosticInfo
Required. Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Declaration
[JsonProperty("diagnosticInfo")]
public virtual IDictionary<string, object> DiagnosticInfo { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Differences
Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
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
The session parameters available to the bot at this point.
Declaration
[JsonProperty("sessionParameters")]
public virtual IDictionary<string, object> SessionParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Status
Response error from the agent in the test result. If set, other output is empty.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
TextResponses
The text responses from the agent for the turn.
Declaration
[JsonProperty("textResponses")]
public virtual IList<GoogleCloudDialogflowCxV3ResponseMessageText> TextResponses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3ResponseMessageText> |
TriggeredIntent
The Intent that triggered the response. Only name and displayName will be set.
Declaration
[JsonProperty("triggeredIntent")]
public virtual GoogleCloudDialogflowCxV3Intent TriggeredIntent { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3Intent |