View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAnswerAnswerList (google_api_cloud_search v0.20.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
Unwrap a decoded JSON object into its complex fields.