GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput (google_api_dialogflow v0.73.0) View Source
The output from the virtual agent.
Attributes
-
currentPage(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Page.t, default:nil) - The Page on which the utterance was spoken. Only name and displayName will be set. -
diagnosticInfo(type:map(), default:nil) - Required. Input only. The diagnostic info output for the turn. Required to calculate the testing coverage. -
differences(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TestRunDifference.t), default:nil) - 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. -
sessionParameters(type:map(), default:nil) - The session parameters available to the bot at this point. -
status(type:GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t, default:nil) - Response error from the agent in the test result. If set, other output is empty. -
textResponses(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ResponseMessageText.t), default:nil) - The text responses from the agent for the turn. -
triggeredIntent(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Intent.t, default:nil) - The Intent that triggered the response. Only name and displayName will be set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput{
currentPage:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Page.t() | nil,
diagnosticInfo: map() | nil,
differences:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TestRunDifference.t()
]
| nil,
sessionParameters: map() | nil,
status: GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t() | nil,
textResponses:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ResponseMessageText.t()
]
| nil,
triggeredIntent:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Intent.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.