so after training NlU part and Dialogue model part.
if the input intent is greet. the Bot picks one from utter_greet texts as a response. But here I need the bot to give all the three texts in a list/Array as a reaponse,something like
[“Hi, How can I help you?”,“Hello, How may I help you?”,“Hey, How may I help you?”].
@souvikg10 thanks for the reply. That wont solve my problem, I want all the three text as a list in the response. The way you described give only one response among the three types of utterances.