Interface IApplicationCommandInfo
- Namespace
- HeyBox.Interactions
- Assembly
- HeyBox.Net.Interactions.dll
表示可注册到黑盒语音的 InteractionService 命令。
public interface IApplicationCommandInfo
Properties
CommandType
获取此命令的类型。
ApplicationCommandType CommandType { get; }
Property Value
ContextTypes
获取此命令可执行的上下文类型。
IReadOnlyCollection<InteractionContextType> ContextTypes { get; }
Property Value
Name
获取此命令的名称。
string Name { get; }