Share via


EndConversationEvent(String) 构造函数

定义

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

参数

code
String

EndOfConversationCodes中选择的代码。

适用于