Delen via


ActivityResourceResponse Klas

Definitie

Waarschuwing

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.

Breidt ResourceResponse met ActivityId en Gesprek eigenschappen.

[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
Overname
ActivityResourceResponse
Kenmerken

Constructors

ActivityResourceResponse()
Verouderd.

Breidt ResourceResponse met ActivityId en Gesprek eigenschappen.

Eigenschappen

ActivityId
Verouderd.

Hiermee wordt de activiteits-id opgehaald of ingesteld.

Conversation
Verouderd.

Hiermee wordt een gespreksaccount opgehaald of ingesteld.

Id
Verouderd.

Hiermee wordt de id van de resource opgehaald of ingesteld.

(Overgenomen van ResourceResponse)

Van toepassing op