Google Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Args
data class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs(val currentPage: Output<GoogleCloudDialogflowCxV3PageArgs>? = null, val diagnosticInfo: Output<Map<String, String>>, val sessionParameters: Output<Map<String, String>>? = null, val status: Output<GoogleRpcStatusArgs>? = null, val textResponses: Output<List<GoogleCloudDialogflowCxV3ResponseMessageTextArgs>>? = null, val triggeredIntent: Output<GoogleCloudDialogflowCxV3IntentArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs>
The output from the virtual agent.
Constructors
Link copied to clipboard
constructor(currentPage: Output<GoogleCloudDialogflowCxV3PageArgs>? = null, diagnosticInfo: Output<Map<String, String>>, sessionParameters: Output<Map<String, String>>? = null, status: Output<GoogleRpcStatusArgs>? = null, textResponses: Output<List<GoogleCloudDialogflowCxV3ResponseMessageTextArgs>>? = null, triggeredIntent: Output<GoogleCloudDialogflowCxV3IntentArgs>? = null)
Properties
Link copied to clipboard
The Page on which the utterance was spoken. Only name and displayName will be set.
Link copied to clipboard
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Link copied to clipboard
The session parameters available to the bot at this point.
Link copied to clipboard
Response error from the agent in the test result. If set, other output is empty.
Link copied to clipboard
The text responses from the agent for the turn.
Link copied to clipboard
The Intent that triggered the response. Only name and displayName will be set.