prompt Specification
suspend fun promptSpecification(value: Output<V2modelsSlotValueElicitationSettingPromptSpecificationArgs>)
Parameters
value
Prompt that Amazon Lex uses to elicit the slot value from the user. See the aws.lex.V2modelsIntent
resource for details on the prompt_specification
argument reference - they are identical.
suspend fun promptSpecification(argument: suspend V2modelsSlotValueElicitationSettingPromptSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Prompt that Amazon Lex uses to elicit the slot value from the user. See the aws.lex.V2modelsIntent
resource for details on the prompt_specification
argument reference - they are identical.