BotContact Class
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.
Bot Contact.
public class BotContact : Azure.Communication.Messages.ConversationContact, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.BotContact>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.BotContact>
type BotContact = class
inherit ConversationContact
interface IJsonModel<BotContact>
interface IPersistableModel<BotContact>
Public Class BotContact
Inherits ConversationContact
Implements IJsonModel(Of BotContact), IPersistableModel(Of BotContact)
- Inheritance
- Implements
Constructors
BotContact(String, String) |
Initializes a new instance of BotContact. |
Properties
BotAppId |
Bot App Id of the Bot Contact. |
Id |
External platform identifier. (Inherited from ConversationContact) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |