microsoft / botframework-components

The repository for components built by Microsoft for the Azure Bot Framework.
https://aka.ms/botdocs
MIT License
113 stars 82 forks source link

[Calendar Skill V2] #400

Closed madusek closed 3 years ago

madusek commented 3 years ago

Describe the bug

Basic chit chat results in an error or an unsatisfying answer. For example, saying "Thank you" or "good morning" results in an error.

To Reproduce

Type in "Thank you", "Good morning", "Hey there".

Expected behavior

For "Thank you" > Bot response: "You're welcome. Let me know if I can help with anything else." For "Good morning/afternoon/etc" > Bot response: "Good morning/afternoon/etc, how can I help you?" For "Hey there" > "Hello. How can I help with your calendar?"

Screenshots

image

Additional context

Not high priority, but it would help the conversational experience. We could also consider integrating Personality Chat for more detailed chit chat.

lauren-mills commented 3 years ago

Thanks for testing! This bot is intended as a skill that will be added to another core bot that will handle any chit-chat utterances, so they were intentionally omitted during this phase.