View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySimpleValue (google_api_content_warehouse v0.4.0)
A message representing a simple literal value.
Attributes
-
boolValue
(type:boolean()
, default:nil
) - -
doubleValue
(type:float()
, default:nil
) - -
identifier
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIdentifier.t
, default:nil
) - -
intValue
(type:String.t
, default:nil
) - -
stringValue
(type:String.t
, default:nil
) - -
ungroundedValue
(type:String.t
, default:nil
) - Ungrounded value contains the part of the query (or web snippet, etc.) that was not understood. For more information on this field, see the "Ungrounded value" item in the table of contents of go/iql-v1
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.