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

A person that also matches the query, but was not selected due to a lower affinity with the requesting user.

Attributes

  • person (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t, default: nil) - The profile of this person.
  • query (type: String.t, default: nil) - The query that can be used to produce an answer card with the same attribute, but for this person.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson{
    person:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t()
      | nil,
    query: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.