次の方法で共有


DefaultAction クラス

定義

注意事項

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.

既定のアクション テンプレート。

[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
継承
DefaultAction
属性

コンストラクター

DefaultAction()
古い.

既定のアクション テンプレート。

プロパティ

ActionType
古い.

アクションの種類を取得または設定します。

ActionUrl
古い.

開く既定の URL を取得または設定します。

MessengerExtensions
古い.

アクションに拡張機能があるかどうかを示す値を取得または設定します。

WebviewHeightRatio
古い.

WebView の高さの比率を取得または設定します。 "COMPACT"、"TALL"、または "FULL" にすることができます。

適用対象