Compartilhar via


ActivityResourceResponse Classe

Definição

Cuidado

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.

Estende ResourceResponse com as propriedades ActivityId e 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
Herança
ActivityResourceResponse
Atributos

Construtores

ActivityResourceResponse()
Obsoleto.

Estende ResourceResponse com as propriedades ActivityId e Conversation.

Propriedades

ActivityId
Obsoleto.

Obtém ou define a ID da Atividade.

Conversation
Obsoleto.

Obtém ou define uma Conta de Conversa.

Id
Obsoleto.

Obtém ou define a ID do recurso.

(Herdado de ResourceResponse)

Aplica-se a