static SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.builder() |
|
default SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.defaultValueSpecification(Consumer<SlotDefaultValueSpecification.Builder> defaultValueSpecification) |
Sets the value of the DefaultValueSpecification property for this object.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.defaultValueSpecification(SlotDefaultValueSpecification defaultValueSpecification) |
Sets the value of the DefaultValueSpecification property for this object.
|
default SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification) |
Sets the value of the PromptSpecification property for this object.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.promptSpecification(PromptSpecification promptSpecification) |
Sets the value of the PromptSpecification property for this object.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.sampleUtterances(Collection<SampleUtterance> sampleUtterances) |
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you
can provide those utterances to improve accuracy.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.sampleUtterances(Consumer<SampleUtterance.Builder>... sampleUtterances) |
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you
can provide those utterances to improve accuracy.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.sampleUtterances(SampleUtterance... sampleUtterances) |
If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you
can provide those utterances to improve accuracy.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.toBuilder() |
|
default SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.waitAndContinueSpecification(Consumer<WaitAndContinueSpecification.Builder> waitAndContinueSpecification) |
Sets the value of the WaitAndContinueSpecification property for this object.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.waitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification) |
Sets the value of the WaitAndContinueSpecification property for this object.
|