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
fun GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs(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)