Channel.SupportsSuggestedActions Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SupportsSuggestedActions(String, Int32) |
Determine se há suporte para várias Ações Sugeridas por um Canal. |
SupportsSuggestedActions(String, Int32, String) |
Determine se há suporte para várias Ações Sugeridas por um Canal. |
SupportsSuggestedActions(String, Int32)
Determine se há suporte para várias Ações Sugeridas por um Canal.
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
Parâmetros
- channelId
- String
O Canal para verificar se há suporte para Ações Sugeridas.
- buttonCnt
- Int32
(Opcional) O número de Ações Sugeridas para verificar o Canal.
Retornos
True se o Canal der suporte ao total de Ações Sugeridas do buttonCnt, False se o Canal não oferecer suporte a esse número de Ações Sugeridas.
Aplica-se a
SupportsSuggestedActions(String, Int32, String)
Determine se há suporte para várias Ações Sugeridas por um Canal.
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
Parâmetros
- channelId
- String
O Canal para verificar se há suporte para Ações Sugeridas.
- buttonCnt
- Int32
(Opcional) O número de Ações Sugeridas para verificar o Canal.
- conversationType
- String
(Opcional) O tipo da conversa.
Retornos
True se o Canal der suporte ao total de Ações Sugeridas do buttonCnt, False se o Canal não oferecer suporte a esse número de Ações Sugeridas.