intelahelp
Forum Replies Created
-
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Font styleHi @niels231.
There are some styling options you can set in your WordPress Dashboard.
Please navigate to “Watson Assistant” -> “Customize Plugin” -> “Chat Box”:There you can specify font sizes, color, and other:
If you are looking to change font-face or more complex things, you can:
1) Change WordPress theme (Watson Assistant plug-in inherits theme default settings).
2) Modify site’s stylesheet (
style.css
) and add any necessary styles. For example the following block will override chat box font family:#watsonconv-floating-box { font-family: Georgia, serif; }
Hope it helps!
- This reply was modified 6 years ago by intelahelp.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Issue with Setup Your Chatbot screenWatson Assistant WordPress plug-in version 0.7.9 is released. Now plugin supports Watson Assistant API v2. Please make sure your plug-in is up to date.
To make use of the new API please update “Assistant URL” at your plug-in settings.
Watson Assistant WordPress plug-in version 0.7.9 is released. Now plugin supports Watson Assistant API v2. Please make sure your plug-in is up to date.
To make use of the new API please update “Assistant URL” at your plug-in settings.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] None of the integration seems to work!Watson Assistant WordPress plug-in version 0.7.9 is released. Now plugin supports Watson Assistant API v2. Please make sure your plug-in is up to date.
To make use of the new API please update “Assistant URL” at your plug-in settings.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] i cannot deployWatson Assistant WordPress plug-in version 0.7.9 is released. Now plugin supports Watson Assistant API v2. Please make sure your plug-in is up to date.
To make use of the new API please update “Assistant URL” at your plug-in settings.
Watson Assistant WordPress plug-in version 0.7.9 is released. Now plugin supports Watson Assistant API v2. Please make sure your plug-in is up to date.
To make use of the new API please update “Assistant URL” at your plug-in settings.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] i cannot deploy@estebanp, please send the inquire to [email protected]
Hello Esteban.
Today we are going to release a new version of plugin that should address this issue. Sorry for inconvenience.
Please don’t paste passwords on this forum.Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] i cannot deployHi guys.
We are going to release a new version of plugin with API v2 integration very soon. Please follow this thread for updates.Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Watson plugin options and sequentalThat’s is on the list, we’ll address the issue as soon as we release Assistant API v2 integration. Thank you for bringing it up, and please stay tuned.
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Issue with Setup Your Chatbot screenThe URL seems to be correct. We are investigating the issue
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Issue with Setup Your Chatbot screenDoes URL, you’ve inserted, looks like the sample one above (includes ‘v1’ and ‘workspaces’, ends with the ‘message’)?
Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Issue with Setup Your Chatbot screenLooks like you are using Watson Assistant API v2 URL, which is currently is not supported by plugin. We are working on API v2 integration, meanwhile you can use Watson Assistant API v1 URL:
open Skill context menu and select “View API Details”. The v1 URL looks like:Forum: Plugins
In reply to: [Chatbot with IBM watsonx Assistant] Issue with Setup Your Chatbot screenWhich API URL did you put into Watson Assistant plugin settings?
Skill API URL
(like https://gateway.watsonplatform.net/conversation/api/v1/workspaces/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/message)or Assistant API URL
(like https://gateway.watsonplatform.net/conversation/api/v2/assistants/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/sessions)Hello rajeevtyagi1971.
Could you please specify, what kind service credentials do you use?
1) Username and password
or
2) API key
?Also, the link you’ve provided does not work.