V2models Slot Sub Slot Setting Slot Specification Value Elicitation Setting Wait And Continue Specification Continue Response Args
data class V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs(val allowInterrupt: Output<Boolean>? = null, val messageGroups: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupArgs>>? = null) : ConvertibleToJava<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseArgs>
Constructors
Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, messageGroups: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupArgs>>? = null)
Properties
Link copied to clipboard
Whether the user can interrupt a speech response from Amazon Lex.
Link copied to clipboard
val messageGroups: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupArgs>>? = null
Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See message_group
.