GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ConversationTurn (google_api_dialogflow v0.72.0) View Source
One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
Attributes
-
userInput(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.t, default:nil) - The user input. -
virtualAgentOutput(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.t, default:nil) - The virtual agent output.
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.GoogleCloudDialogflowCxV3beta1ConversationTurn{
userInput:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.t()
| nil,
virtualAgentOutput:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.