次の方法で共有


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.

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を表します。

適用対象