confirmationPrompt

@JvmName(name = "xuyphnvxgnnmtglh")
suspend fun confirmationPrompt(value: Output<IntentConfirmationPromptArgs>)
@JvmName(name = "rinvlnrhlwgeycfv")
suspend fun confirmationPrompt(value: IntentConfirmationPromptArgs?)

Parameters

value

Prompts the user to confirm the intent. This question should have a yes or no answer. You you must provide both the rejection_statement and confirmation_prompt, or neither. Attributes are documented under prompt.


@JvmName(name = "felpltiendbmecec")
suspend fun confirmationPrompt(argument: suspend IntentConfirmationPromptArgsBuilder.() -> Unit)

Parameters

argument

Prompts the user to confirm the intent. This question should have a yes or no answer. You you must provide both the rejection_statement and confirmation_prompt, or neither. Attributes are documented under prompt.