Class CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy
All Implemented Interfaces:
CfnBot.SlotValueSelectionSettingProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnBot.SlotValueSelectionSettingProperty

@Stability(Stable) @Internal public static final class CfnBot.SlotValueSelectionSettingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBot.SlotValueSelectionSettingProperty
  • Constructor Details

  • Method Details

    • getResolutionStrategy

      public final String getResolutionStrategy()
      Description copied from interface: CfnBot.SlotValueSelectionSettingProperty
      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 is ORIGINAL_VALUE .

      Specified by:
      getResolutionStrategy in interface CfnBot.SlotValueSelectionSettingProperty
    • getAdvancedRecognitionSetting

      public final Object getAdvancedRecognitionSetting()
      Description copied from interface: CfnBot.SlotValueSelectionSettingProperty
      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.

      Specified by:
      getAdvancedRecognitionSetting in interface CfnBot.SlotValueSelectionSettingProperty
    • getRegexFilter

      public final Object getRegexFilter()
      Description copied from interface: CfnBot.SlotValueSelectionSettingProperty
      A regular expression used to validate the value of a slot.
      Specified by:
      getRegexFilter in interface CfnBot.SlotValueSelectionSettingProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object