CommandPayload 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.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack .
[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 CommandPayload
[<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 CommandPayload = class
Public Class CommandPayload
- Herencia
-
CommandPayload
- Atributos
Constructores
| Nombre | Description |
|---|---|
| CommandPayload() |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
Propiedades
| Nombre | Description |
|---|---|
| AdditionalProperties |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| ChannelId |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| Command |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| ResponseUrl |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| TeamId |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| Text |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| Token |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| TriggerId |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |
| UserId |
Obsoletos.
Representa una solicitud https://api.slack.com/interactivity/slash-commandsde comando de Slack . |