Channel 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.
Methods for determining channel specific functionality.
public class Channel
type Channel = class
Public Class Channel
- Inheritance
-
Channel
Constructors
Channel() |
Methods
GetChannelId(ITurnContext) |
Get the Channel Id from the current Activity on the Turn Context. |
HasMessageFeed(String) |
Determine if a Channel has a Message Feed. |
MaxActionTitleLength(String) |
Maximum length allowed for Action Titles. |
SupportsCardActions(String, Int32) |
Determine if a number of Card Actions are supported by a Channel. |
SupportsSuggestedActions(String, Int32, String) |
Determine if a number of Suggested Actions are supported by a Channel. |
SupportsSuggestedActions(String, Int32) |
Determine if a number of Suggested Actions are supported by a Channel. |