IntentFollowUpPromptRejectionStatementArgs

data class IntentFollowUpPromptRejectionStatementArgs(val messages: Output<List<IntentFollowUpPromptRejectionStatementMessageArgs>>, val responseCard: Output<String>? = null) : ConvertibleToJava<IntentFollowUpPromptRejectionStatementArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val responseCard: Output<String>? = null