BotChannelName Struct
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.
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. |