다음을 통해 공유


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나타냅니다.

적용 대상