Search code examples
ibm-cloudentitieswatson-conversation

Recognize undefined Entities in Watson Conversation


Please, I wanted to know if it is possible to catch different entities on Watson conversation without defining their values. For example, I am working on a Mobile up for room booking in my company and I can't define all the room's names so I want that my Bot recognize the name just according to the used pattern for example "Book @room for tomorrow" and whatever I put in place of @room it takes it as a room name.

thank you


Solution

  • Its now available check out https://console.bluemix.net/docs/services/conversation/entities.html#pattern-entities

    A pattern must be entered as a regular expression in the field. For instance internationalPhone: ^(\(?\+?[0-9]*\)?)?[0-9_\- \(\)]*$, e.g., +44 1962 815000