다음을 통해 공유


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)

적용 대상