View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo (google_api_cloud_search v0.21.0)
Metadata for disambiguation.
Attributes
-
disambiguation
(type:list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson.t)
, default:nil
) - A list of people that also matched the query. This list is not complete. -
name
(type:String.t
, default:nil
) - The name that was extracted from the query. This may be in the form of the given name, last name, full name, LDAP, or email address. This name can be considered suitable for displaying to the user and can largely be considered to be normalized (e.g. "Bob's" -> "Bob").
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo{ disambiguation: [ GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson.t() ] | nil, name: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.