BotContact(String, String) Constructor

Definition

Initializes a new instance of BotContact.

public BotContact(string id, string botAppId);
new Azure.Communication.Messages.BotContact : string * string -> Azure.Communication.Messages.BotContact
Public Sub New (id As String, botAppId As String)

Parameters

id
String

External platform identifier.

botAppId
String

Bot App Id of the Bot Contact.

Exceptions

id or botAppId is null.

Applies to