View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer (google_api_cloud_search v0.23.0)

An answer with a corresponding label.

Attributes

  • answer (type: String.t, default: nil) - The free text answer.
  • label (type: String.t, default: nil) - A localized label for the answer (e.g. "Cell phone" vs "Desk phone").

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer{
    answer: String.t() | nil,
    label: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.