user
@steve
Use chat bots to assess an answer
Hey there,
This isn't really a technical answer per say - I don't think.
I'd love to use the ai to assess the response to an open form question. E.g., How would you answer the phone?
If the user types in "Thanks for calling Dunder Mifflin, this is Pam" then they get feedback to say that it's correct. Or if they type in, "Dunder Mifflin, this is" they get feedback that it's wrong.
Can we hack the chat bots for this?
reply
Reply
user
@support
Steve, are you saying that the difference between the correct and incorrect inputs are certain words/phrases that are present or absent in the user's text? If so, you don't even need a chatbot, you can just use javascript to see if the word is included in the string or not. https://www.w3schools.com/jsref/jsref_includes.asp
reply
Reply