Struct aws_sdk_lexmodelsv2::model::SlotValueRegexFilter [−][src]
Expand description
Provides a regular expression used to validate the value of a slot.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.pattern: Option<String>A regular expression used to validate the value of a slot.
Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
-
A-Z, a-z
-
0-9
-
Unicode characters ("\ u
")
Represent Unicode characters with four digits, for example "\u0041" or "\u005A".
The following regular expression operators are not supported:
-
Infinite repeaters: *, +, or {x,} with no upper bound.
-
Wild card (.)
Implementations
A regular expression used to validate the value of a slot.
Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
-
A-Z, a-z
-
0-9
-
Unicode characters ("\ u
")
Represent Unicode characters with four digits, for example "\u0041" or "\u005A".
The following regular expression operators are not supported:
-
Infinite repeaters: *, +, or {x,} with no upper bound.
-
Wild card (.)
Creates a new builder-style object to manufacture SlotValueRegexFilter
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SlotValueRegexFilter
impl Send for SlotValueRegexFilter
impl Sync for SlotValueRegexFilter
impl Unpin for SlotValueRegexFilter
impl UnwindSafe for SlotValueRegexFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
