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.
public readonly struct BotChannelName : IEquatable<Azure.ResourceManager.BotService.Models.BotChannelName>
type BotChannelName = struct
Public Structure BotChannelName
Implements IEquatable(Of BotChannelName)
- Inheritance
-
BotChannelName
- Implements
Constructors
| Name | Description |
|---|---|
| BotChannelName(String) |
Initializes a new instance of BotChannelName. |
Properties
| Name | Description |
|---|---|
| AcsChatChannel |
Gets the AcsChatChannel. |
| AlexaChannel |
Gets the AlexaChannel. |
| DirectLineChannel |
Gets the DirectLineChannel. |
| DirectLineSpeechChannel |
Gets the DirectLineSpeechChannel. |
| EmailChannel |
Gets the EmailChannel. |
| FacebookChannel |
Gets the FacebookChannel. |
| KikChannel |
Gets the KikChannel. |
| LineChannel |
Gets the LineChannel. |
| M365Extensions |
Gets the M365Extensions. |
| MsTeamsChannel |
Gets the MsTeamsChannel. |
| Omnichannel |
Gets the Omnichannel. |
| OutlookChannel |
Gets the OutlookChannel. |
| SearchAssistant |
Gets the SearchAssistant. |
| SkypeChannel |
Gets the SkypeChannel. |
| SlackChannel |
Gets the SlackChannel. |
| SmsChannel |
Gets the SmsChannel. |
| TelegramChannel |
Gets the TelegramChannel. |
| TelephonyChannel |
Gets the TelephonyChannel. |
| WebChatChannel |
Gets the WebChatChannel. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(BotChannelName, BotChannelName) |
Determines if two BotChannelName values are the same. |
| Implicit(String to BotChannelName) |
Converts a string to a BotChannelName. |
| Implicit(String to Nullable<BotChannelName>) | |
| Inequality(BotChannelName, BotChannelName) |
Determines if two BotChannelName values are not the same. |