GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ConversationTurn (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.GoogleCloudDialogflowCxV3ConversationTurnUserInput.t, default:nil) - The user input. -
virtualAgentOutput(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.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.GoogleCloudDialogflowCxV3ConversationTurn{
userInput:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ConversationTurnUserInput.t()
| nil,
virtualAgentOutput:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.