prompt Specification
suspend fun promptSpecification(value: Output<V2modelsIntentConfirmationSettingPromptSpecificationArgs>)
Parameters
value
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
.
suspend fun promptSpecification(argument: suspend V2modelsIntentConfirmationSettingPromptSpecificationArgsBuilder.() -> Unit)
Parameters
argument
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
.