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: A search message results in an error if no search skill is configured for the assistant.
  • Undocumented

    Declaration

    Swift

    case text = "text"
  • Undocumented

    Declaration

    Swift

    case search = "search"