ActivityResourceResponse クラス

定義

注意事項

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.

ActivityIdとConversationプロパティを拡張して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.")]
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
属性

コンストラクター

名前 説明
ActivityResourceResponse()
古い.

ActivityIdとConversationプロパティを拡張してResourceResponseを拡張します。

プロパティ

名前 説明
ActivityId
古い.

アクティビティIDを取得するか設定します。

Conversation
古い.

会話アカウントを取得または設定します。

Id
古い.

リソースのIDを取得するか設定します。

(継承元 ResourceResponse)

適用対象