EndConversationEvent Class
Definition
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.
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. |