prompt Specification
suspend fun promptSpecification(value: Output<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationArgs>)
suspend fun promptSpecification(value: V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationArgs)
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 V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecificationArgsBuilder.() -> 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.