V2models Slot Value Elicitation Setting Wait And Continue Specification Still Waiting Response Args
data class V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs(val allowInterrupt: Output<Boolean>? = null, val frequencyInSeconds: Output<Int>, val messageGroups: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupArgs>>? = null, val timeoutInSeconds: Output<Int>) : ConvertibleToJava<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseArgs>
Constructors
Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, frequencyInSeconds: Output<Int>, messageGroups: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupArgs>>? = null, timeoutInSeconds: Output<Int>)
Properties
Link copied to clipboard
Whether the user can interrupt a speech response from Amazon Lex.
Link copied to clipboard
How often a message should be sent to the user.
Link copied to clipboard
Link copied to clipboard
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.