struct
ACP::Protocol::AvailableCommandInput
- ACP::Protocol::AvailableCommandInput
- Struct
- Value
- Object
Overview
Input specification for a slash command. In the ACP spec this is a union type (currently only "unstructured").
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/updates.crConstructors
Instance Method Summary
-
#hint : String
A hint to display when the input hasn't been provided yet.
-
#hint=(hint : String)
A hint to display when the input hasn't been provided yet.
-
#meta : Hash(String, JSON::Any) | Nil
Extension metadata.
-
#meta=(meta : Hash(String, JSON::Any) | Nil)
Extension metadata.