Class BraveSuggestQuery

All Implemented Interfaces:
BraveQueryBuilder<BraveSuggestQuery,SuggestSearchApiResponse>

The BraveSuggestQuery class provides a builder for building Brave Suggest API queries.

This class is not intended to be instantiated directly, instead use the builder() method to create a new instance of the builder.

The builder is not thread-safe and not intended to be instantiated directly, instead use the builder() method to create a new instance of the builder. Also note that this builder is a stateful, reusable builder intended for single-threaded use.

Method reset() will clear the internal state of the builder and must be called before reusing.