IBM Watson Assistant: How to retrieve input value from chosen dialog option?

421 Views Asked by At

I already followed these great instructions on how to dynamically create dialog node options from generic input and it's working like charm. But for now I cannot see how to hand over the chosen option value to the next node to process further. Is there any documentation how to pass the chosen option value to the child node?

1

There are 1 best solutions below

0
On BEST ANSWER

You can store any selected option and other information in context variables. They are passed around and can be accessed in other nodes. The information is available until you unset or delete the context variable.