次の方法で共有


WebexMessageRequest クラス

定義

注意事項

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.

Webex Message がボットに送信されたときに受信したペイロードを表します。

[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 WebexMessageRequest
[<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 WebexMessageRequest = class
Public Class WebexMessageRequest
継承
WebexMessageRequest
属性

コンストラクター

WebexMessageRequest()
古い.

WebexMessageRequest クラスの新しいインスタンスを初期化します。 添付ファイルを含むメッセージを作成するために必要な要求を表します。

プロパティ

Attachments
古い.

メッセージに添付するコンテンツ添付ファイルを取得または設定します。

Files
古い.

ルームに投稿するバイナリ ファイルへの URI を取得します。 メッセージごとに許可されるファイルは 1 つだけです。

Markdown
古い.

Markdown 形式のメッセージを取得または設定します。

RoomId
古い.

メッセージの会議室 ID を取得または設定します。

Text
古い.

メッセージのテキストを取得または設定します。

ToPersonEmail
古い.

プライベート 1:1 メッセージを送信するときの受信者のメール アドレスを取得または設定します。

ToPersonId
古い.

プライベート 1:1 メッセージを送信するときの受信者の個人 ID を取得または設定します。

メソッド

ShouldSerializeFiles()
古い.

Files プロパティをシリアル化するかどうかを確認します。

適用対象