xApp Nodes¶
Note
The existing payment terms for xApps are outlined in the Billing article. Cognigy reserves the right to change the billing of xApps in the future.
The xApp Flow Nodes allow creating xApps, flexible micro-web applications for customer self-service. You can build the actual xApp Pages by yourself in various ways, for example, by providing HTML code or by specifying an Adaptive Card in JSON format.
Cognigy.AI supports the following Nodes:
-
This Node initializes a new xApp session.
-
This Node generates a new xApp session PIN. You can access it using the xApp: Get Session PIN token or via
input.apps.session.pin
. -
This Node builds an xApp Page by providing an Adaptive Card in JSON format.
-
This Node builds an xApp Page by providing custom HTML code.