V2modelsIntentConfirmationSettingArgs

data class V2modelsIntentConfirmationSettingArgs(val active: Output<Boolean>? = null, val codeHook: Output<V2modelsIntentConfirmationSettingCodeHookArgs>? = null, val confirmationConditional: Output<V2modelsIntentConfirmationSettingConfirmationConditionalArgs>? = null, val confirmationNextStep: Output<V2modelsIntentConfirmationSettingConfirmationNextStepArgs>? = null, val confirmationResponse: Output<V2modelsIntentConfirmationSettingConfirmationResponseArgs>? = null, val declinationConditional: Output<V2modelsIntentConfirmationSettingDeclinationConditionalArgs>? = null, val declinationNextStep: Output<V2modelsIntentConfirmationSettingDeclinationNextStepArgs>? = null, val declinationResponse: Output<V2modelsIntentConfirmationSettingDeclinationResponseArgs>? = null, val elicitationCodeHook: Output<V2modelsIntentConfirmationSettingElicitationCodeHookArgs>? = null, val failureConditional: Output<V2modelsIntentConfirmationSettingFailureConditionalArgs>? = null, val failureNextStep: Output<V2modelsIntentConfirmationSettingFailureNextStepArgs>? = null, val failureResponse: Output<V2modelsIntentConfirmationSettingFailureResponseArgs>? = null, val promptSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationArgs>) : ConvertibleToJava<V2modelsIntentConfirmationSettingArgs>

Constructors

Link copied to clipboard
constructor(active: Output<Boolean>? = null, codeHook: Output<V2modelsIntentConfirmationSettingCodeHookArgs>? = null, confirmationConditional: Output<V2modelsIntentConfirmationSettingConfirmationConditionalArgs>? = null, confirmationNextStep: Output<V2modelsIntentConfirmationSettingConfirmationNextStepArgs>? = null, confirmationResponse: Output<V2modelsIntentConfirmationSettingConfirmationResponseArgs>? = null, declinationConditional: Output<V2modelsIntentConfirmationSettingDeclinationConditionalArgs>? = null, declinationNextStep: Output<V2modelsIntentConfirmationSettingDeclinationNextStepArgs>? = null, declinationResponse: Output<V2modelsIntentConfirmationSettingDeclinationResponseArgs>? = null, elicitationCodeHook: Output<V2modelsIntentConfirmationSettingElicitationCodeHookArgs>? = null, failureConditional: Output<V2modelsIntentConfirmationSettingFailureConditionalArgs>? = null, failureNextStep: Output<V2modelsIntentConfirmationSettingFailureNextStepArgs>? = null, failureResponse: Output<V2modelsIntentConfirmationSettingFailureResponseArgs>? = null, promptSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationArgs>)

Properties

Link copied to clipboard
val active: Output<Boolean>? = null

Whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the active field isn't specified, the default is true.

Link copied to clipboard

Configuration block for the intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is invoke_dialog_code_hook. See code_hook.

Link copied to clipboard

Configuration block for conditional branches to evaluate after the intent is closed. See confirmation_conditional.

Link copied to clipboard

Configuration block for the next step that the bot executes when the customer confirms the intent. See confirmation_next_step.

Link copied to clipboard

Configuration block for message groups that Amazon Lex uses to respond the user input. See confirmation_response.

Link copied to clipboard

Configuration block for conditional branches to evaluate after the intent is declined. See declination_conditional.

Link copied to clipboard

Configuration block for the next step that the bot executes when the customer declines the intent. See declination_next_step.

Link copied to clipboard

Configuration block for when the user answers "no" to the question defined in prompt_specification, Amazon Lex responds with this response to acknowledge that the intent was canceled. See declination_response.

Link copied to clipboard

Configuration block for when the code hook is invoked during confirmation prompt retries. See elicitation_code_hook.

Link copied to clipboard

Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See failure_conditional.

Link copied to clipboard

Configuration block for the next step to take in the conversation if the confirmation step fails. See failure_next_step.

Link copied to clipboard

Configuration block for message groups that Amazon Lex uses to respond the user input. See failure_response.

Link copied to clipboard

Configuration block for prompting the user to confirm the intent. This question should have a yes or no answer. Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. See prompt_specification.

Functions

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