ActivityResourceResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
ResourceResponse を ActivityId プロパティと Conversation プロパティで拡張します。
[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 ActivityResourceResponse : Microsoft.Bot.Schema.ResourceResponse
[<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 ActivityResourceResponse = class
inherit ResourceResponse
Public Class ActivityResourceResponse
Inherits ResourceResponse
- 継承
- 属性
コンストラクター
ActivityResourceResponse() |
古い.
ResourceResponse を ActivityId プロパティと Conversation プロパティで拡張します。 |
プロパティ
ActivityId |
古い.
アクティビティ ID を取得または設定します。 |
Conversation |
古い.
スレッド アカウントを取得または設定します。 |
Id |
古い.
リソースの ID を取得または設定します。 (継承元 ResourceResponse) |