Skip to content

Commit 56dc8da

Browse files
committed
v6.7.0
1 parent 6e89009 commit 56dc8da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

languages/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"launcher_isClosed": "Open the chat window",
2525
"launcher_desktopGreeting": "Hi! I’m a virtual assistant. How can I help you today?",
2626
"launcher_mobileGreeting": "Hi! How can I help you today?",
27-
"launcher_ariaIsExpanded": "Minimize the chat launcher",
27+
"launcher_ariaIsExpanded": "Close the chat launcher",
2828
"launcher_closeButton": "Close",
2929
"messages_youSaid": "You said",
3030
"messages_botSaid": "{botName} said",
@@ -54,7 +54,7 @@
5454
"default_agent_availableMessage": "Request an agent, and I'll notify you when they're ready. Your wait time may vary based on availability.",
5555
"default_agent_unavailableMessage": "Sorry, no agents are available right now.",
5656
"agent_reason_error": "Hmmm... I'm experiencing some difficulties. I need a human agent to manually continue the conversation.",
57-
"agent_sdMissingWarning": "No service desk is configured. Users will see an error instead of the card below.",
57+
"agent_sdMissingWarning": "No service desk is configured. Unless you have a custom service desk implemented, users will see an error instead of the card below. See the <a href=\"https://cloud.ibm.com/docs/watson-assistant?topic=watson-assistant-deploy-web-chat-haa\" rel=\"noreferrer noopener\" target=\"_blank\">documentation</a> for more information.",
5858
"agent_chatTitle": "Live agent support",
5959
"agent_startChat": "Request agent",
6060
"agent_chatRequested": "Request for agent sent...",

last-published.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
081522 151619
1+
101022 134427

tutorials/user-defined-color-picker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{
5353
"user_defined": {
5454
"default_color": "blue",
55-
"template_name": "color_picker"
55+
"user_defined_type": "color_picker"
5656
},
5757
"response_type": "user_defined"
5858
}

tutorials/user-defined-response-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"user_defined": {
66-
"template_name": "color_box"
66+
"user_defined_type": "color_box"
6767
},
6868
"response_type": "user_defined"
6969
},

0 commit comments

Comments
 (0)