GoogleApi.CloudSearch.V1.Model.QueryInterpretationOptions (google_api_cloud_search v0.9.0) View Source

Options to interpret user query.

Attributes

  • disableNlInterpretation (type: boolean(), default: nil) - Flag to disable natural language (NL) interpretation of queries. Default is false, Set to true to disable natural language interpretation. NL interpretation only applies to predefined datasources.
  • enableVerbatimMode (type: boolean(), default: nil) - Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental result retrieval, and usage of synonyms including custom ones. Nl interpretation will be disabled if either one of the two flags is true.

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.QueryInterpretationOptions{
  disableNlInterpretation: boolean() | nil,
  enableVerbatimMode: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.