ActivityResourceResponse Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
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.
Erweitert ResourceResponse um die Eigenschaften ActivityId und 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
- Vererbung
- Attribute
Konstruktoren
ActivityResourceResponse() |
Veraltet.
Erweitert ResourceResponse um die Eigenschaften ActivityId und Conversation. |
Eigenschaften
ActivityId |
Veraltet.
Ruft die Aktivitäts-ID ab oder legt diese fest. |
Conversation |
Veraltet.
Ruft ein Konversationskonto ab oder legt es fest. |
Id |
Veraltet.
Ruft die ID der Ressource ab oder legt sie fest. (Geerbt von ResourceResponse) |