Class SlotValueSelectionSetting
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SlotValueSelectionSetting.Builder,- SlotValueSelectionSetting> 
Contains settings used by Amazon Lex to select a slot value.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionProvides settings that enable advanced recognition settings for slot values.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final SlotValueRegexFilterA regular expression used to validate the value of a slot.Determines the slot resolution strategy that Amazon Lex uses to return slot type values.final StringDetermines the slot resolution strategy that Amazon Lex uses to return slot type values.static Class<? extends SlotValueSelectionSetting.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
resolutionStrategyDetermines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values: - 
 ORIGINAL_VALUE- Returns the value entered by the user, if the user value is similar to the slot value.
- 
 TOP_RESOLUTION- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
 If you don't specify the valueSelectionStrategy, the default isORIGINAL_VALUE.If the service returns an enum value that is not available in the current SDK version, resolutionStrategywill returnSlotValueResolutionStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolutionStrategyAsString().- Returns:
- Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be
         set to one of the following values:
         - 
         ORIGINAL_VALUE- Returns the value entered by the user, if the user value is similar to the slot value.
- 
         TOP_RESOLUTION- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
 If you don't specify the valueSelectionStrategy, the default isORIGINAL_VALUE.
- 
         
- See Also:
 
- 
 
- 
resolutionStrategyAsStringDetermines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values: - 
 ORIGINAL_VALUE- Returns the value entered by the user, if the user value is similar to the slot value.
- 
 TOP_RESOLUTION- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
 If you don't specify the valueSelectionStrategy, the default isORIGINAL_VALUE.If the service returns an enum value that is not available in the current SDK version, resolutionStrategywill returnSlotValueResolutionStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolutionStrategyAsString().- Returns:
- Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be
         set to one of the following values:
         - 
         ORIGINAL_VALUE- Returns the value entered by the user, if the user value is similar to the slot value.
- 
         TOP_RESOLUTION- If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
 If you don't specify the valueSelectionStrategy, the default isORIGINAL_VALUE.
- 
         
- See Also:
 
- 
 
- 
regexFilterA regular expression used to validate the value of a slot. - Returns:
- A regular expression used to validate the value of a slot.
 
- 
advancedRecognitionSettingProvides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances. - Returns:
- Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SlotValueSelectionSetting.Builder,- SlotValueSelectionSetting> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-