CommandPayload クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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.
Slack コマンド要求 https://api.slack.com/interactivity/slash-commandsを表します。
[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を表します。 |