Compartir a través de


Button Clase

Definición

Precaución

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Objeto de botón de Facebook.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class Button
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type Button = class
Public Class Button
Herencia
Button
Atributos

Constructores

Button()
Obsoletos.

Objeto de botón de Facebook.

Propiedades

Payload
Obsoletos.

Obtiene o establece la cadena enviada al webhook.

Title
Obsoletos.

Obtiene o establece el título del botón.

Type
Obsoletos.

Obtiene o establece el tipo de botón.

Url
Obsoletos.

Obtiene o establece la dirección URL del botón.

Se aplica a