How can we keep HTML id in chatbot

Hi,

My bot as to navigate when user gives any input example: Bot: HI User: Hi i am karthik Bot: How may i help you? user: I want to know about your free trail.

after saying free trail the chatbot as to dropdown page to free trail

how can i keep this html id in chatbot

Not sure about what HTML id you are talking about. Can you explain a bit more?

In general if you want to persist something, you should use slots (Slots). If you have a custom action you can set the slot in that action.