Skip to main content

Description

Use this Node to fill Slots using regular expressions. To learn more about Slots and Tags, see Lexicons & Slots.

Parameters

ParameterTypeDescription
RegexRegular expressionThe regular expression applied to input utterance. The regular expression must start with / and end with /g. For example, /^1\d{โ€‹โ€‹โ€‹โ€‹7}โ€‹โ€‹โ€‹โ€‹$/g.
FlagsRegular expression flag characters in single stringRegular expression flags you want to set.
TagCognigyScriptThe Tag or Slot you want to fill.