-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ELICIT_RESPONSE_DEFAULT_MSG can't be changed #745
Comments
Thanks, for raising this. We will analyze and revert back. |
@seano10 |
@fhoueto-amz |
Describe the bug
The default value for the field ELICIT_RESPONSE_DEFAULT_MSG is "OK.". I have tried changing it to a different value (eg "", or "W") but although I am able to save the settings the behaviour still returns "OK." In fact it returns even if I have provided a response message, meaning that I actually get "OK. Ok, thank you", when it should just return "Ok, thank you".
To Reproduce
Change the ELICIT_RESPONSE_DEFAULT_MSG in the settings tab of the QnA bot and then utilise the elicit response feature in an answer.
Expected behavior
I expect the returned value to include the value set in the ELICIT_RESPONSE_DEFAULT_MSG field, instead it always returns "OK."
Please complete the following information about the solution:
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0189) QnABot [...] v0.0.1".
Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: