public static final class CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBot.SlotValueSelectionSettingProperty
CfnBot.SlotValueSelectionSettingProperty
CfnBot.SlotValueSelectionSettingProperty.Builder, CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAdvancedRecognitionSetting()
Specifies settings that enable advanced recognition settings for slot values.
|
java.lang.Object |
getRegexFilter()
A regular expression used to validate the value of a slot.
|
java.lang.String |
getResolutionStrategy()
Determines the slot resolution strategy that Amazon Lex uses to return slot type values.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getResolutionStrategy()
CfnBot.SlotValueSelectionSettingProperty
The field can be set to one of the following values:
If you don't specify the valueSelectionStrategy, the default is OriginalValue.
getResolutionStrategy
in interface CfnBot.SlotValueSelectionSettingProperty
public final java.lang.Object getAdvancedRecognitionSetting()
CfnBot.SlotValueSelectionSettingProperty
You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
getAdvancedRecognitionSetting
in interface CfnBot.SlotValueSelectionSettingProperty
public final java.lang.Object getRegexFilter()
CfnBot.SlotValueSelectionSettingProperty
getRegexFilter
in interface CfnBot.SlotValueSelectionSettingProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()