GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputArgs

data class GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputArgs(val currentPage: Output<GoogleCloudDialogflowCxV3beta1PageArgs>? = null, val diagnosticInfo: Output<Map<String, String>>, val sessionParameters: Output<Map<String, String>>? = null, val status: Output<GoogleRpcStatusArgs>? = null, val textResponses: Output<List<GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs>>? = null, val triggeredIntent: Output<GoogleCloudDialogflowCxV3beta1IntentArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputArgs>

The output from the virtual agent.

Constructors

fun GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputArgs(currentPage: Output<GoogleCloudDialogflowCxV3beta1PageArgs>? = null, diagnosticInfo: Output<Map<String, String>>, sessionParameters: Output<Map<String, String>>? = null, status: Output<GoogleRpcStatusArgs>? = null, textResponses: Output<List<GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs>>? = null, triggeredIntent: Output<GoogleCloudDialogflowCxV3beta1IntentArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputArgs

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
val sessionParameters: Output<Map<String, String>>? = null

The session parameters available to the bot at this point.

Link copied to clipboard
val status: Output<GoogleRpcStatusArgs>? = null

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.