From dd8fb5c3f55bb2a68b2c925b6d74fef5406360f1 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 5 Aug 2024 20:37:06 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62d4edf..c293f73 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Use the widget API to customize your widget: | user_message_style | json | No | | width | number | No | | window_title | string | No | +| session_id | string | No | | additional_headers | json | No | - **bot_message_style:** @@ -237,6 +238,11 @@ Use the widget API to customize your widget: - Required: No - Description: Title for the chat window, displayed in the header or title bar. +- **session_id:** + - Type: String + - Required: No + - Description: Custom session id to override the random session id used as default. + - **additional_headers:** - Type: JSON - Required: No