Address(String, String, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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