Channel.SupportsSuggestedActions(String, Int32) Method

Definition

Determine if a number of Suggested Actions are supported by a Channel.

public static bool SupportsSuggestedActions (string channelId, int buttonCnt = 100);
static member SupportsSuggestedActions : string * int -> bool
Public Shared Function SupportsSuggestedActions (channelId As String, Optional buttonCnt As Integer = 100) As Boolean

Parameters

channelId
String

The Channel to check the if Suggested Actions are supported in.

buttonCnt
Int32

(Optional) The number of Suggested Actions to check for the Channel.

Returns

Boolean

True if the Channel supports the buttonCnt total Suggested Actions, False if the Channel does not support that number of Suggested Actions.

Applies to