setCommandSuggestionsContent
Sets a custom command suggestions content view. It must implement the MessageComposerContent interface, and should render command suggestions according to the received state. List of currently available command suggestions is propagated to the contentView in the MessageComposerContent.renderState function.
Parameters
contentView
The View which shows command suggestions list and allows to choose one of them.