# Chat Bot - using watson assistant - menu options

**URL:** https://community.brightpattern.com/t/chat-bot-using-watson-assistant-menu-options/421
**Category:** Product Q&A
**Created:** [June 10, 2021, 6:53pm UTC](https://community.brightpattern.com/t/chat-bot-using-watson-assistant-menu-options/421 "2021-06-10T18:53:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ahedblum](https://avatars.discourse-cdn.com/v4/letter/a/df705f/32.png) [@ahedblum](https://community.brightpattern.com/u/ahedblum)
#### Post date: [June 10, 2021, 6:53pm UTC](https://community.brightpattern.com/t/chat-bot-using-watson-assistant-menu-options/421/1 "2021-06-10T18:53:20Z")

</div>

I have a Chat Bot setup using Watson assistant. Using the IBM Cloud platform, I’m able to setup responses with menu options. The menu options are click-able links, so the user does not have to type them. How do I get the menu options to come through the Ask a Bot block in BP? I only see the “Are you looking for customer service or sales?” come through the response[0].msg variable.

For example:  
Are you looking for Customer Service or Sales?

Customer Service (clickable link, adds to the chat)  
Sales (clickable link, adds to the chat)

---

<div class="post-metadata">

### Author: ![sergey.menshikov](https://sea2.discourse-cdn.com/flex020/user_avatar/community.brightpattern.com/sergey.menshikov/32/6_2.png) [@sergey.menshikov](https://community.brightpattern.com/u/sergey.menshikov)
#### Post date: [June 14, 2021, 5:57pm UTC](https://community.brightpattern.com/t/chat-bot-using-watson-assistant-menu-options/421/2 "2021-06-14T17:57:36Z")

</div>

We have a modified version of our web chat client that offers these buttons or choice lists. Please contact CSM to request it.

---

<div class="post-metadata">

### Author: ![ahedblum](https://avatars.discourse-cdn.com/v4/letter/a/df705f/32.png) [@ahedblum](https://community.brightpattern.com/u/ahedblum)
#### Post date: [June 15, 2021, 4:01pm UTC](https://community.brightpattern.com/t/chat-bot-using-watson-assistant-menu-options/421/3 "2021-06-15T16:01:45Z")

</div>

Thanks, I received the modified code from CS. What is the variable that stores these choice options?  
The respond and raw\_response are not coming back with the choices I have setup in Watson.

$(response)  
{“0”:{“msg”:“I have received your test.”,“type”:“message”}}

$(raw\_response)  
{“context”:{“conversation\_id”:“1d0ac8a4-c2af-4646-84f7-517547bc339e”,“name”:“test test”,“system”:{"\_node\_output\_map":{“node\_9\_1623266613580”:{“0”:[“0”]}},“branch\_exited”:“1”,“branch\_exited\_reason”:“completed”,“dialog\_request\_counter”:“2”,“dialog\_stack”:[{“dialog\_node”:“root”}],“dialog\_turn\_counter”:“2”,“initialized”:“1”}},“entities”:,“input”:{“text”:“testing”},“intents”:[{“confidence”:“1”,“intent”:“testing”}],“output”:{“log\_messages”:,“nodes\_visited”:[“node\_9\_1623266613580”],“text”:[“I have received your test.”]}}

---

<div class="post-metadata">

### Author: ![sergey.menshikov](https://sea2.discourse-cdn.com/flex020/user_avatar/community.brightpattern.com/sergey.menshikov/32/6_2.png) [@sergey.menshikov](https://community.brightpattern.com/u/sergey.menshikov)
#### Post date: [June 15, 2021, 4:20pm UTC](https://community.brightpattern.com/t/chat-bot-using-watson-assistant-menu-options/421/4 "2021-06-15T16:20:51Z")

</div>

The buttons work like that - you send a message:

> /buttons [button one] [button two] [button three]

or, for choice:

> Please describe which of the following symptoms are occuring. /choice [Computer wont power up] [Computer screen flickers]

You can return this format from Watson directly or try and stitch the options in the scenario
