Examples of Chat Configuration
edna SDK contains examples that demonstrate how settings affect the chat design and the way it operates. A part of the settings is unique for each new connection. In these edna SDK examples, these parameters are set to "FIX_ME"
. You receive the values of these parameters from the implementation manager.
Minimal
This is a basic example of using a widget with a minimal set of configured fields, such as simplified theming settings, settings for external APIs and forms.
Custom Start Button
This example shows how to change the start button of the chat to your own one and how to manage the widget visibility settings using the methods of the internal API.
Advanced Theming
This example shows a more fine-tuned version of the appearance configuration of some individual components such as the start button, the badge with the number of unread messages, chat invitations, and the quick replies panel.
Localization and Redefining Labels
This example contains a configuration with redefined standard labels and demonstrates the ability to switch the language using the internal API.
Chat Behavior Settings
This is an example of how to adjust the chat behavior by configuring the following parameters: hideWelcome
, maximizeOnInit
, and disableFormatSimpleMessages
.
Initialization on Request
This is an example of initializing the chat by clicking on a page element.