You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
⚠NOT FINAL: The below is an assessment on the current state ⚠
User Story
As a developer creating a conversational core template I want a preconfigured response for handling unknown intents so that I have a working bot to acknowledge said intents out of the box.
Description
Sample logic for handling unknown utterances, this primarily has value as part of a preconfigured template of dialogs rather than a package to enable/disable.
Conversation Design
Language Understanding
Intent
Sample Utterances
Prebuilt Entities
Custom Entities
Patterns
n/a
Dialogs
Dialogs should handle logic for handling unknown utterances.
⚠NOT FINAL: The below is an assessment on the current state ⚠
User Story
As a developer creating a conversational core template
I want a preconfigured response for handling unknown intents
so that I have a working bot to acknowledge said intents out of the box.
Description
Sample logic for handling unknown utterances, this primarily has value as part of a preconfigured template of dialogs rather than a package to enable/disable.
Conversation Design
Language Understanding
Dialogs
Dialogs should handle logic for handling unknown utterances.
Custom Actions
Channels
n/a