Interface MessageInput.MessageType
- Enclosing class:
- MessageInput
public static interface MessageInput.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
-
Field Details
-
TEXT
text.- See Also:
- Constant Field Values
-
SEARCH
search.- See Also:
- Constant Field Values
-