confirmationPrompt

@JvmName(name = "pqrinqmgwmqaxlal")
suspend fun confirmationPrompt(value: Output<IntentConfirmationPromptArgs>)
@JvmName(name = "drkodpxgprtdxfjr")
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 = "kjjcwjglfqguhlfh")
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.