prompt Attempts Specification
suspend fun promptAttemptsSpecification(value: Output<Map<String, BotPromptAttemptSpecificationArgs>>)
Parameters
value
Specifies the advanced settings on each attempt of the prompt.
suspend fun promptAttemptsSpecification(vararg argument: Pair<String, suspend BotPromptAttemptSpecificationArgsBuilder.() -> Unit>)
Parameters
argument
Specifies the advanced settings on each attempt of the prompt.
Parameters
values
Specifies the advanced settings on each attempt of the prompt.