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.
Syntax
parseCognigyScriptText(text)
Description
Parses and renders a text string containing CognigyScript expressions. Each CognigyScript expression, for example,{{ cc.userName }}, is evaluated using the current execution context.
Parameters:
text:string— text containing CognigyScript expressions.
string — a string with all CognigyScript expressions resolved. If an expression can’t be resolved, it returns an empty string.