GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySimpleValue
Table of Contents ▼
Jump to a specific part of the page:
Description
A message representing a simple literal value.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
boolValue
(type:boolean()
, default:nil
)
- -
doubleValue
(type:float()
, default:nil
)
- -
identifier
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIdentifier
, 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
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySimpleValue