In watson-conversation, I have reached a point where I ask the user their car number (registration), which follows this format: 0000BBB
(4 numbers, 3 letters).
I want to type that to the user like:
User: "My car id is 0123asd"
Watson: "Okay so your car id is this one: 0123asd"!
I have tried defining an entity #carId
with some examples, but every time I input something with that format (0000BBB
), it shows "irrelevant".
If the chat detects #carId
, respond with Okay so this is your carId! @exampleCarId
(I have some examples like 5487qwe
, or 8521rty
, I thought the machine learning below that would learn the "pattern").
And my #carId
has these examples:
I know I am missing something! Do I need to code anything? I think it's not necessary. I tried to save it on a sys-number
but it does not work as it is not a "number".