Share via


Address(String, String, String, String, String) Constructor

Definition

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)

Parameters

botId
String
channelId
String
userId
String
conversationId
String
serviceUrl
String

Applies to