MicrosoftBotIdentifier Class

Definition

Represents a Microsoft bot.

public class MicrosoftBotIdentifier : Azure.Communication.CommunicationIdentifier
type MicrosoftBotIdentifier = class
    inherit CommunicationIdentifier
Public Class MicrosoftBotIdentifier
Inherits CommunicationIdentifier
Inheritance
MicrosoftBotIdentifier

Constructors

MicrosoftBotIdentifier(String, Boolean, Nullable<CommunicationCloudEnvironment>)

Initializes a new instance of MicrosoftBotIdentifier.

Properties

BotId

The id of the Microsoft bot.

Cloud

The cloud that the bot belongs to.

IsResourceAccountConfigured

True if the bot is global and false if the bot is tenantized.

RawId

Returns the canonical string representation of the MicrosoftBotIdentifier. You can use the RawId for encoding the identifier and then use it as a key in a database.

Methods

Equals(CommunicationIdentifier)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

(Inherited from CommunicationIdentifier)
ToString()

Returns a string that represents the current object.

Applies to