DefaultAction Class
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.
Caution
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.
Default action template.
[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
- Inheritance
-
DefaultAction
- Attributes
Constructors
DefaultAction() |
Properties
ActionType |
Gets or sets the type of action. |
ActionUrl |
Gets or sets the default URL to open. |
MessengerExtensions |
Gets or sets a value indicating whether the action has extensions or not. |
WebviewHeightRatio |
Gets or sets the height ratio for the WebView. It can be "COMPACT", "TALL", or "FULL". |