Skip to content

Regex Slot Fillerยถ

Descriptionยถ

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

Parametersยถ

Parameter Type Description
Regex Regular expression The regular expression applied to input utterance. The regular expression must start with / and end with /g. For example, /^1\d{โ€‹โ€‹โ€‹โ€‹7}โ€‹โ€‹โ€‹โ€‹$/g.
Flags Regular expression flag characters in single string Regular expression flags you want to set.
Tag CognigyScript The Tag or Slot you want to fill.