Intent Follow Up Prompt Args
data class IntentFollowUpPromptArgs(val prompt: Output<IntentFollowUpPromptPromptArgs>, val rejectionStatement: Output<IntentFollowUpPromptRejectionStatementArgs>) : ConvertibleToJava<IntentFollowUpPromptArgs>
Constructors
Link copied to clipboard
fun IntentFollowUpPromptArgs(prompt: Output<IntentFollowUpPromptPromptArgs>, rejectionStatement: Output<IntentFollowUpPromptRejectionStatementArgs>)