次の方法で共有


Element クラス

定義

注意事項

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 メソッド。

適用対象