Compartir a través de


DefaultAction 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.

Plantilla de acción predeterminada.

[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 DefaultAction
[<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 DefaultAction = class
Public Class DefaultAction
Herencia
DefaultAction
Atributos

Constructores

DefaultAction()
Obsoletos.

Plantilla de acción predeterminada.

Propiedades

ActionType
Obsoletos.

Obtiene o establece el tipo de acción.

ActionUrl
Obsoletos.

Obtiene o establece la dirección URL predeterminada que se va a abrir.

MessengerExtensions
Obsoletos.

Obtiene o establece un valor que indica si la acción tiene extensiones o no.

WebviewHeightRatio
Obsoletos.

Obtiene o establece la relación de alto de WebView. Puede ser "COMPACT", "TALL" o "FULL".

Se aplica a