Create a Webchat v2 Endpoint
- In the left-side menu of the Cognigy.AI interface, select a Project.
- In the left-side menu of the Project, go to Deploy > Endpoints.
- On the Endpoints page, click + New Endpoint.
- In the New Endpoint section, do the following:
- Select the Webchat Endpoint type.
- Add a unique name.
- Select a relevant Flow from the list.
- Select the Webchat Endpoint type.
- Click Save.
Configure General Settings
The following General Endpoint settings are available with this Endpoint:- Endpoints Overview
- Data Protection & Analytics
- Transformer Functions
- NLU Connectors
- Session Management
- Handover Settings
- Real-Time Translation Settings
- Agent Copilot
- File Storage
Supports Inject & Notify
Supports Inject & Notify
You can use the Inject & Notify feature with this Endpoint.
Configure Specific Settings
Customize your webchat to meet your specific needs. You can adjust colors and add features such as file uploads to enhance the effectiveness of your AI Agent. Any updates you make will be instantly and seamlessly reflected when you load or reload your website with Webchat linked to the Endpoint.Webchat Layout
The Webchat Layout settings have customization options, such as the title, color scheme, AI Agent and header logos, typing indicators, and input placeholder text.Advanced Layout Settings
The Advanced Layout settings offer parameters for managing the chat interface, focusing on input behavior, HTML styling, and JavaScript usage.Text Input Sanitization
Text Input Sanitization
Text Input Sanitization is enabled by default for security reasons, before sending text from the Webchat widget to the NLU. This changes characters which are reserved by HTML, as for example
**",',&,<,>**, to an entity name. For example & will have amp; appended to the input.
This can cause issues in your Agent if a condition or Intent is only triggered by the reserved character in its original form. If you need to circumvent this issue, toggle Allow JavaScript in HTML Message Content to be enabled.