Its a repetative problem that I am facing. One of my bot is not greeting a user first, it waits for user input then it replies back with greeting. However my other bot greets the user first. They both have same configuration. I dont know what is wrong I havent customized any of the topics.
@furqanmajeed I believe by default the chatbots don't initiate the conversation. But you can trigger it in the HTML configuration. https://docs.microsoft.com/en-us/power-virtual-agents/configure-bot-greeting
There's an HTML example there - I believe this is the configuration that gets the bot to start the conversation:
channelData: { postBack: true, },