View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerSuggestedQueryCategory (google_api_cloud_search v0.24.0)

Contains a list of suggested queries for a single category.

Attributes

  • category (type: String.t, default: nil) - The query list category.
  • isEnabled (type: boolean(), default: nil) - Whether this category is enabled.
  • query (type: list(String.t), default: nil) - List of suggested queries to show the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerSuggestedQueryCategory{
    category: String.t() | nil,
    isEnabled: boolean() | nil,
    query: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.