View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard (google_api_cloud_search v0.20.0)
An answer card for a single person.
Attributes
-
answer
(type:list(GoogleApi.CloudSearch.V1.Model.SafeHtmlProto.t)
, default:nil
) - List of answers. -
answerText
(type:GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerList.t
, default:nil
) - List of answers. -
disambiguationInfo
(type:GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo.t
, default:nil
) - Disambiguation information. -
header
(type:GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.t
, default:nil
) - The header to display for the card. -
responseStatus
(type:String.t
, default:nil
) - The response status. -
statusMessage
(type:String.t
, default:nil
) - Localized user friendly message to display to the user in the case of missing data or an error. -
subject
(type:GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t
, default:nil
) - The profile of the person that was the subject of the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard{ answer: [GoogleApi.CloudSearch.V1.Model.SafeHtmlProto.t()] | nil, answerText: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerList.t() | nil, disambiguationInfo: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo.t() | nil, header: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.t() | nil, responseStatus: String.t() | nil, statusMessage: String.t() | nil, subject: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.