Google Cloud Dialogflow Cx V3beta1Conversation Turn Virtual Agent Output Args
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
Link copied to clipboard
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)