public static interface MessageInputStateless.MessageType
- `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.
static final String TEXT
static final String SEARCH
Copyright © 2022 IBM Cloud. All rights reserved.