共用方式為


SuggestOptions type

根據 searchText 擷取建議的選項。

type SuggestOptions<TModel, TFields> = OperationOptions &
  SuggestRequest<TModel, TFields>