BotContact(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.
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.