Skip to main content
Version: 0.91

templates.UtteranceContentTemplateSchema

class templates.UtteranceContentTemplateSchema(*args, **kwargs)

Utterance Content template

Parameters:
  • operator ({"MATCHES", "CONTAINS", "STARTS", "ENDS"}) – Operator

  • value (str) – Pattern

  • regex (bool, default False) – If True, the pattern is treated as a regex

  • case_sensitive (bool, default False) – Case sensitive or not

  • tokenize (bool, default False) – Tokenize or not