Interface MessageInputStateless.MessageType

Enclosing class:
MessageInputStateless

public static interface MessageInputStateless.MessageType
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.

  • Field Summary

    Fields
    Modifier and Type Field Description
    static String SEARCH
    search.
    static String TEXT
    text.