Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.WaitAndContinueSpecification
-
Packages that use WaitAndContinueSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of WaitAndContinueSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return WaitAndContinueSpecification Modifier and Type Method Description WaitAndContinueSpecificationSlotValueElicitationSetting. waitAndContinueSpecification()Returns the value of the WaitAndContinueSpecification property for this object.WaitAndContinueSpecificationSubSlotValueElicitationSetting. waitAndContinueSpecification()Returns the value of the WaitAndContinueSpecification property for this object.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type WaitAndContinueSpecification Modifier and Type Method Description SlotValueElicitationSetting.BuilderSlotValueElicitationSetting.Builder. waitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification)Sets the value of the WaitAndContinueSpecification property for this object.SubSlotValueElicitationSetting.BuilderSubSlotValueElicitationSetting.Builder. waitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification)Sets the value of the WaitAndContinueSpecification property for this object.
-