View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerList (google_api_cloud_search v0.21.0)

A list of answers represented as free text.

Attributes

  • labeledAnswer (type: list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer.t), default: nil) - Answers that have a corresponding label.
  • type (type: String.t, default: nil) - Answer type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerList{
  labeledAnswer:
    [
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer.t()
    ]
    | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.