Skip to content

Commit c3f8833

Browse files
committed
Fix typo in enableDeleteConversations property name in embedding documentation
1 parent 0ae2a82 commit c3f8833

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/embedding.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -265,17 +265,17 @@ All business hours settings require the setting `embeddingConfiguration.awaitEnd
265265

266266
#### Chat Options
267267

268-
| Name | Type | Default | Description |
269-
| ------------------------- | ------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
270-
| enabled | boolean | `false` | Enable Chat Options Feature |
271-
| title | string | `"Chat options"` | Chat Options header title |
272-
| quickReplyOptions | object | [Quick Reply Options](#quick-reply-options) | Configure the Quick Reply section in the Chat Options |
273-
| showTTSToggle | boolean | `false` | Enable to show the Text-to-Speech Toggle |
274-
| activateTTSToggle | boolean | `true` | Activate Text-to-Speech Toggle by default. It also requires `behavior.enableTTS` setting to be `true` to make TTS active. |
275-
| labelTTSToggle | string | `"Enable text-to-speech"` | Label for the Text-to-Speech toggle |
276-
| rating | object | [Rating Section](#chat-options-rating-section) | Configure the Rating Section |
277-
| enableDeleteConversations | boolean | `false` | If enabled, a delete button is provided in chat options screen. This button can be used to delete current conversations. Confirmation is required before the delete operation |
278-
| footer | object | [Footer](#chat-options-footer) | Configure the Footer |
268+
| Name | Type | Default | Description |
269+
| ------------------------ | ------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
270+
| enabled | boolean | `false` | Enable Chat Options Feature |
271+
| title | string | `"Chat options"` | Chat Options header title |
272+
| quickReplyOptions | object | [Quick Reply Options](#quick-reply-options) | Configure the Quick Reply section in the Chat Options |
273+
| showTTSToggle | boolean | `false` | Enable to show the Text-to-Speech Toggle |
274+
| activateTTSToggle | boolean | `true` | Activate Text-to-Speech Toggle by default. It also requires `behavior.enableTTS` setting to be `true` to make TTS active. |
275+
| labelTTSToggle | string | `"Enable text-to-speech"` | Label for the Text-to-Speech toggle |
276+
| rating | object | [Rating Section](#chat-options-rating-section) | Configure the Rating Section |
277+
| enableDeleteConversation | boolean | `false` | If enabled, a delete button is provided in chat options screen. This button can be used to delete current conversations. Confirmation is required before the delete operation |
278+
| footer | object | [Footer](#chat-options-footer) | Configure the Footer |
279279

280280
##### Quick Reply Options
281281

@@ -572,7 +572,7 @@ interface IWebchatSettings {
572572
submitButtonText: string;
573573
eventBannerText: string;
574574
};
575-
enableDeleteConversations: boolean;
575+
enableDeleteConversation: boolean;
576576
footer: {
577577
enabled: boolean;
578578
items: {

0 commit comments

Comments
 (0)