GoogleApi.CloudSearch.V1.Model.SuggestRequest (google_api_cloud_search v0.14.0) View Source
Request of suggest API.
Attributes
-
dataSourceRestrictions
(type:list(GoogleApi.CloudSearch.V1.Model.DataSourceRestriction.t)
, default:nil
) - The sources to use for suggestions. If not specified, the data sources are taken from the current search application. NOTE: Suggestions are only supported for the following sources: Third-party data sources PredefinedSource.PERSON * PredefinedSource.GOOGLE_DRIVE -
query
(type:String.t
, default:nil
) - Partial query for which autocomplete suggestions will be shown. For example, if the query is "sea", then the server might return "season", "search", "seagull" and so on. -
requestOptions
(type:GoogleApi.CloudSearch.V1.Model.RequestOptions.t
, default:nil
) - Request options, such as the search application and user timezone.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.SuggestRequest{ dataSourceRestrictions: [GoogleApi.CloudSearch.V1.Model.DataSourceRestriction.t()] | nil, query: String.t() | nil, requestOptions: GoogleApi.CloudSearch.V1.Model.RequestOptions.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.