Skip to main content

Syntax

setRegexSlot(params)

Description

Extracts Slots from user inputs using a regular expression and writes them to input.slots. This function is used by the Regex Slot Filler Node. Parameters:
  • params: IRegexSlotFillerParams – a configuration object with regex, flags, and Slot information.
Returns: Promise<void>

Example

Last modified on April 21, 2026