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)

适用于