Share via


Address(String, String, String, String, String) 构造函数

定义

public Address (string botId, string channelId, string userId, string conversationId, string serviceUrl);
new Microsoft.Bot.Builder.Dialogs.Address : string * string * string * string * string -> Microsoft.Bot.Builder.Dialogs.Address
Public Sub New (botId As String, channelId As String, userId As String, conversationId As String, serviceUrl As String)

参数

botId
String
channelId
String
userId
String
conversationId
String
serviceUrl
String

适用于