google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.QueryInterpretationOptions 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

Link to this type

t()

View Source
t() :: %GoogleApi.CloudSearch.V1.Model.QueryInterpretationOptions{
  disableNlInterpretation: boolean(),
  enableVerbatimMode: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.