Google Cloud Dialogflow Cx V3beta1Conversation Turn Response
data class GoogleCloudDialogflowCxV3beta1ConversationTurnResponse(val userInput: GoogleCloudDialogflowCxV3beta1ConversationTurnUserInputResponse, val virtualAgentOutput: GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputResponse)
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: GoogleCloudDialogflowCxV3beta1ConversationTurnUserInputResponse, virtualAgentOutput: GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputResponse)