Share via


Channel Class

Definition

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.

Applies to