ActivityResourceResponse Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- Atributos
Constructores
ActivityResourceResponse() |
Obsoletos.
Extiende ResourceResponse con las propiedades ActivityId y Conversation. |
Propiedades
ActivityId |
Obsoletos.
Obtiene o establece el identificador de actividad. |
Conversation |
Obsoletos.
Obtiene o establece una cuenta de conversación. |
Id |
Obsoletos.
Obtiene o establece el identificador del recurso. (Heredado de ResourceResponse) |