MessageType
public enum MessageType : String
The type of the message:
text: The user input is processed normally by the assistant.search: Only search results are returned. (Any dialog or actions skill is bypassed.) Note: Asearchmessage results in an error if no search skill is configured for the assistant.
View on GitHub
MessageType Enumeration Reference