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

Name Description
EndConversationEvent(String)

Construct the EndConversationEvent.

Properties

Name Description
Code

Code selected from EndOfConversationCodes

Methods

Name Description
MakeScorable()

Construct the scorable used to handle the EndConversationEvent.

Applies to