botframeworkazure-bot-serviceazure-qna-maker

How to customize the "Hello and welcome" default response message in Microsoft Azure Bot QnA framework


I'm trying to make a chatbot using Microsoft Azure web app bot design for QnA bot (using QnA maker for the knowledgebase. I found out how to rewrite in code default response message "no good match in FAQ". Isn't it possible to rewrite similar way also the "Hello and Welcome" default message somewhere in the code?This is how I changed the "no good match in FAQ" default message in code


Solution

  • Yes this is possible and Hilton Giesenow is correct, under Bots>QnAbot.cs

    Please see this screenshot to illustrate

    Hope it helps