Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
Extensions |
Extension method for DialogContext provides DebugSupport. |
OnActivity |
Actions triggered when a Activity of a given type is received. |
OnAssignEntity |
Triggered to assign an entity to a property. |
OnBeginDialog |
Actions triggered when a dialog is started via BeginDialog(). |
OnCancelDialog |
Actions triggered when an dialog was canceled. |
OnChooseEntity |
Triggered to choose between different possible entity resolutions. |
OnChooseIntent |
Actions triggered when an Intent of "ChooseIntent" has been emitted by a recognizer. |
OnChooseProperty |
Triggered to choose which property an entity goes to. |
OnCommandActivity |
Actions triggered when a Command activity is received. |
OnCommandResultActivity |
Actions triggered when an CommandResult activity is received. |
OnCondition |
Actions triggered when condition is true. |
OnContinueConversation |
Action triggered when a conversation continues. |
OnConversationUpdateActivity |
Actions triggered when ConversationUpdateActivity is received. |
OnDialogEvent |
Actions triggered when a dialog event is emitted. |
OnEndOfActions |
Triggered when all actions and ambiguity events have been processed. |
OnEndOfConversationActivity |
Actions triggered when EndOfConversationActivity is received. |
OnError |
Actions triggered when an error event has been emitted. |
OnEventActivity |
Actions triggered when an EventActivity is received. |
OnHandoffActivity |
Actions triggered when a HandoffActivity is received. |
OnInstallationUpdateActivity |
Actions triggered when a InstallationUpdateActivity is received. |
OnIntent |
Actions triggered when an Activity has been received and the recognized intents and entities match specified list of intent and entity filters. |
OnInvokeActivity |
Actions triggered when an InvokeActivity is received. |
OnMessageActivity |
Actions triggered when an MessageActivity is received. |
OnMessageDeleteActivity |
Actions triggered when a MessageDeleteActivity is received. |
OnMessageReactionActivity |
Actions triggered when a MessageReactionActivity is received. |
OnMessageUpdateActivity |
Actions triggered when a MessageUpdateActivity is received. |
OnQnAMatch |
Actions triggered when an Intent of "QnAMatch" has been emitted by the QnAMatchRecognizer. |
OnRepromptDialog |
Actions triggered when an RepromptDialog event is emitted. |
OnTypingActivity |
Actions triggered when a TypingActivity is received. |
OnUnknownIntent |
Actions triggered when a UnknownIntent event has been emitted by the recognizer. |