Messages
Clients can send and receive arbitrary data messages to a bot. Messages differ from actions in that they are not associated with a specific service and do not return a Promise. Messages are used by a voice client for passing an instruction to a bot that typical results in a callback or event. Examples of messages include:updateConfig
describeConfig
describeActions
VoiceClient
with their own class or by building a helper.