Share via


BotChannelName Struct

Definition

The BotChannelName.

public readonly struct BotChannelName : IEquatable<Azure.ResourceManager.BotService.Models.BotChannelName>
type BotChannelName = struct
Public Structure BotChannelName
Implements IEquatable(Of BotChannelName)
Inheritance
BotChannelName
Implements

Constructors

BotChannelName(String)

Initializes a new instance of BotChannelName.

Properties

AcsChatChannel

AcsChatChannel.

AlexaChannel

AlexaChannel.

DirectLineChannel

DirectLineChannel.

DirectLineSpeechChannel

DirectLineSpeechChannel.

EmailChannel

EmailChannel.

FacebookChannel

FacebookChannel.

KikChannel

KikChannel.

LineChannel

LineChannel.

M365Extensions

M365Extensions.

MsTeamsChannel

MsTeamsChannel.

Omnichannel

Omnichannel.

OutlookChannel

OutlookChannel.

SearchAssistant

SearchAssistant.

SkypeChannel

SkypeChannel.

SlackChannel

SlackChannel.

SmsChannel

SmsChannel.

TelegramChannel

TelegramChannel.

TelephonyChannel

TelephonyChannel.

WebChatChannel

WebChatChannel.

Methods

Equals(BotChannelName)

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

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BotChannelName, BotChannelName)

Determines if two BotChannelName values are the same.

Implicit(String to BotChannelName)

Converts a string to a BotChannelName.

Inequality(BotChannelName, BotChannelName)

Determines if two BotChannelName values are not the same.

Applies to