Channel.SupportsSuggestedActions Method
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.
Overloads
SupportsSuggestedActions(String, Int32) |
Determine if a number of Suggested 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.
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
True if the Channel supports the buttonCnt total Suggested Actions, False if the Channel does not support that number of Suggested Actions.
Applies to
SupportsSuggestedActions(String, Int32, String)
Determine if a number of Suggested Actions are supported by a Channel.
public static bool SupportsSuggestedActions (string channelId, int buttonCnt = 100, string conversationType = default);
static member SupportsSuggestedActions : string * int * string -> bool
Public Shared Function SupportsSuggestedActions (channelId As String, Optional buttonCnt As Integer = 100, Optional conversationType As String = Nothing) 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.
- conversationType
- String
(Optional) The type of the conversation.
Returns
True if the Channel supports the buttonCnt total Suggested Actions, False if the Channel does not support that number of Suggested Actions.