EndConversationEvent(String) Constructor

Definition

Construct the EndConversationEvent.

public EndConversationEvent (string code);
new Microsoft.Bot.Builder.Dialogs.EndConversationEvent : string -> Microsoft.Bot.Builder.Dialogs.EndConversationEvent
Public Sub New (code As String)

Parameters

code
String

Code selected from EndOfConversationCodes.

Applies to