Skip to main content
Version: 25.3

templates.UtteranceContentTemplateSchema

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

Utterance Content template

Parameters

NameTypeDefaultInfo
operator{"MATCHES", "CONTAINS", "STARTS", "ENDS"}Operator.
valuestrPattern.
regexboolFalseIf True, the pattern is treated as a regex.
case_sensitiveboolFalseCase sensitive or not.
tokenizeboolFalseTokenize or not.