共用方式為


CommandPayload 類別

定義

警告

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.

[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
繼承
CommandPayload
屬性

建構函式

CommandPayload()
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

屬性

AdditionalProperties
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

ChannelId
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

Command
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

ResponseUrl
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

TeamId
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

Text
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

Token
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

TriggerId
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

UserId
已淘汰.

表示 Slack 命令要求 https://api.slack.com/interactivity/slash-commands

適用於