EndConversationEvent Class
Definition
This event represents the end of the conversation. It is initiated by EndConversation(IDialogContext, String) and propagates as an event in the stack scorable process to allow interception.
public sealed class EndConversationEvent
type EndConversationEvent = class
Public NotInheritable Class EndConversationEvent
- Inheritance
-
EndConversationEvent
Constructors
EndConversationEvent(String) |
Construct the EndConversationEvent. |
Properties
Code |
Code selected from EndOfConversationCodes |
Methods
MakeScorable() |
Construct the scorable used to handle the EndConversationEvent. |