Google Cloud Dialogflow Cx V3Conversation Turn Response
data class GoogleCloudDialogflowCxV3ConversationTurnResponse(val userInput: GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse, val virtualAgentOutput: GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse)
One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
Constructors
Link copied to clipboard
constructor(userInput: GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse, virtualAgentOutput: GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse)