From e6b5dd166a2075ee5eeacd23c8d61dcb2da43429 Mon Sep 17 00:00:00 2001 From: Craig Lordan Date: Thu, 23 May 2024 15:21:59 +0000 Subject: [PATCH] Craig Lordan: Update web-chat-config.md --- web-chat-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-chat-config.md b/web-chat-config.md index 77cfe3af..3171fed9 100644 --- a/web-chat-config.md +++ b/web-chat-config.md @@ -24,7 +24,7 @@ Tailor the web chat to match your website and brand, and to behave in ways that The following APIs are available: -- **Configuration object**: When the embedded web chat widget starts, a configuration object named `watsonAssistantChatOptions` is used to define the widget. By editing the configuration object, you can customize the appearance and behavior of the web chat before it is rendered. +- **Configuration object**: When the embedded web chat widget starts, a configuration object that is named `watsonAssistantChatOptions` is used to define the widget. By editing the configuration object, you can customize the appearance and behavior of the web chat before it is rendered. - **Runtime methods**: Use the instance methods to perform tasks before a conversation between the assistant and your customer begins or after it ends. - **Events**: Your website can listen for these events, and then take custom actions.