ActivityResourceResponse Clase

Definición

Precaución

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.

Extiende ResourceResponse con las propiedades ActivityId y 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
Herencia
ActivityResourceResponse
Atributos

Constructores

Nombre Description
ActivityResourceResponse()
Obsoletos.

Extiende ResourceResponse con las propiedades ActivityId y Conversation.

Propiedades

Nombre Description
ActivityId
Obsoletos.

Obtiene o establece el Activity Id.

Conversation
Obsoletos.

Consigue o crea una Cuenta de Conversación.

Id
Obsoletos.

Obtiene o establece el id del recurso.

(Heredado de ResourceResponse)

Se aplica a