class Aws::LexModelBuildingService::Types::SlotTypeConfiguration

Provides configuration information for a slot type.

@note When making an API call, you may pass SlotTypeConfiguration

data as a hash:

    {
      regex_configuration: {
        pattern: "RegexPattern", # required
      },
    }

@!attribute [rw] regex_configuration

A regular expression used to validate the value of a slot.
@return [Types::SlotTypeRegexConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/SlotTypeConfiguration AWS API Documentation

Constants

SENSITIVE