use crate*;
use *;
/// The name of the command sent to request the list command response
pub const LIST_COMMANDS: &str = "list_commands";
///
/// Description of a command as returned by ListCommand
///
///
/// As part of a response to a list commands request, this indicates the name of a command supported by the sender. This
/// is often used with a conversion into the response type of a command.
///
;