Element クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 Element
[<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 Element = class
Public Class Element
- 継承
-
Element
- 属性
コンストラクター
| Element() |
古い.
テンプレート メッセージの要素を表します。 |
プロパティ
| Buttons |
古い.
要素のボタンの一覧を取得します。 |
| DefaultAction |
古い.
要素の既定のアクションを取得または設定します。 |
| ImageUrl |
古い.
イメージの URL を取得または設定します。 |
| MediaType |
古い.
media 要素の型を取得または設定します。 |
| Subtitle |
古い.
要素のサブタイトル テキストを取得または設定します。 |
| Title |
古い.
要素のタイトルを取得または設定します。 |
| Url |
古い.
media 要素の URL を取得または設定します。 |
メソッド
| ShouldSerializeButtons() |
古い.
プロパティを条件付きでシリアル化 Buttons するための Newtonsoft JSON メソッド。 |