Questions tagged [watson-assistant]

IBM Watson Assistant (formerly Watson Conversation) is a Watson Developer Cloud service that combines a number of cognitive technologies to easily simulate a more human-like conversational interface.

To discuss questions with other developer, join the Slack workspace through this inviter: http://wdc-slack-inviter.mybluemix.net/

Important links:
* Documentation: https://cloud.ibm.com/docs/services/assistant
* Development SDKs on GitHub: https://github.com/watson-developer-cloud/

521 questions
-1
votes
2 answers

Can Watson trigger a dialog based on 12 digits pattern?

I try to display a message that contains the number inserted in the question, for example when user inserts a number of 12 digits I want to display that 12 digits and a text. Until now: I created an Entity with pattern (/d{12}) named…
Mahagney Saleh
  • 117
  • 2
  • 11
-1
votes
2 answers

Watson Assistant - entity reference in Intents - I need to understand what I'm missing

I'm using watson assistant (plus) and I'm actually fighting with the correct usage of entity usage inside intent examples. First of all, inside the webUI I can't find trace of what mentioned in the documentation about entity suggestions, entity…
-1
votes
1 answer

How to set day and time reminder in Alexa using IBM Watson Assistant?

How to set reminder for day(Weekdays like Monday, Tuesday etc..) and time in Alexa using IBM Watson Assistant? I am able to set date and time in IBM Watson Assistant using system entities like @sys-date and @sys-time.The context variables like $day…
-1
votes
1 answer

Can I make Discovery or any other IBM service crawl the web for my chatbot?

I want to connect Watson Discovery to a chatbot but as it turns out, our documents are updated very frequently and downloading and uploading statically isn’t cutting it. So I want to know if there is a way to make Discovery crawl the web, or if any…
-1
votes
1 answer

How to transfer conversation from Bot to human agents? in ibm watson using node js

I have created watson chat bot which answers users FAQ's using Node js as a middle ware. but how can i transfer the conversation from bot to any human agent.
-1
votes
1 answer

how to detect plain text or free form in chatbot using ibm watson

How can I detect a plain text or free form text in the chat bot using IBM Watson as example when user says "get ticket with id KMN849SDA", bot will recognize that "KMN849SDA" is the ticket id, if there is a possible way to do that, if not how can i…
Karim Alaa
  • 335
  • 2
  • 10
  • 34
-2
votes
1 answer

Analysis - IBM Watson assistant

I made my first chatbot on IBM Watson on action skill, I connected it to a WordPress website. I'm trying to get what the user input into the chatbot so I can do a graphics analysis. Is this possible? more explanation would be appreciated. like: how…
Khaled
  • 1
  • 1
-2
votes
1 answer

Context variables in Watson Assistant

What could be the issue: trying to set a passthrough node in Watson Assistant for a chat bot dialog skill. As setting context variable $city the system defines it as an invalid.
Katja
  • 1
-2
votes
1 answer

Is it possible make Watson Assistant search a data on IBM Cloudant?

I am developing a chat bot using IBM Watson Assistant. Because the project is still in its early stage, I am still using the free plan. Everything was working relatively well until a couple weeks ago when I hit a brick wall. I need my Assistant to…
k-i-q
  • 1
  • 1
-2
votes
1 answer

Extract all single characters from sentence in one match

I need to use regular expressions to draw all the individual letters from the entire sentence, and the result must be in only one group, it can not be a separate group. E.g: This is an example sentence in which I have two letters: a and…
-3
votes
1 answer

Python code returns "cannot import name 'keys' from 'selenium.webdriver.common.keys'"

I have this code and it's not working. How can I resolve it? from selenium import webdriver # to control browser operations from selenium.webdriver.common.keys import keys from io import Bytesio from io import…
1 2 3
34
35