Voting helps other researchers find interesting modules.
A message representing a simple literal value.
boolValue
boolean()
nil
doubleValue
float()
identifier
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIdentifier.t
intValue
String.t
stringValue
ungroundedValue
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySimpleValue{ boolValue: boolean() | nil, doubleValue: float() | nil, identifier: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIdentifier.t() | nil, intValue: String.t() | nil, stringValue: String.t() | nil, ungroundedValue: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()