Google Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Response
data class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse(val currentPage: GoogleCloudDialogflowCxV3PageResponse, val diagnosticInfo: Map<String, String>, val differences: List<GoogleCloudDialogflowCxV3TestRunDifferenceResponse>, val sessionParameters: Map<String, String>, val status: GoogleRpcStatusResponse, val textResponses: List<GoogleCloudDialogflowCxV3ResponseMessageTextResponse>, val triggeredIntent: GoogleCloudDialogflowCxV3IntentResponse)
The output from the virtual agent.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse(currentPage: GoogleCloudDialogflowCxV3PageResponse, diagnosticInfo: Map<String, String>, differences: List<GoogleCloudDialogflowCxV3TestRunDifferenceResponse>, sessionParameters: Map<String, String>, status: GoogleRpcStatusResponse, textResponses: List<GoogleCloudDialogflowCxV3ResponseMessageTextResponse>, triggeredIntent: GoogleCloudDialogflowCxV3IntentResponse)