Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

The CognigyScript functions are used to execute and evaluate CognigyScript expressions. You can use them to render text that contains CognigyScript or to evaluate a condition to a true or false value.

parseCognigyScriptText

Syntax parseCognigyScriptText(text) Parses and renders a text string containing CognigyScript expressions. Each CognigyScript expression, for example, {{ cc.userName }}, is evaluated using the current execution context.

parseCognigyScriptCondition

Syntax parseCognigyScriptCondition(condition) Evaluates a CognigyScript expression and returns a true or false value.