Builder
Properties
A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
The prompt that Amazon Lex uses to elicit the slot value from the user.
If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
Specifies whether the slot is required or optional.
An object containing information about whether assisted slot resolution is turned on for the slot or not.
Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
Functions
construct an aws.sdk.kotlin.services.lexmodelsv2.model.SlotDefaultValueSpecification inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.PromptSpecification inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.SlotCaptureSetting inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.SlotResolutionSetting inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.WaitAndContinueSpecification inside the given block