GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue
Table of Contents ▼
Jump to a specific part of the page:
Description
Represents an actual value.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dateTimeValue
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime
, default:nil
)
- Represents date or time. -
stringValue
(type:String.t
, default:nil
)
- Represents a string value. -
typeValue
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue
, default:nil
)
- This field is only populated by on-device Heron. This field should not be populated by any other service.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue{
dateTimeValue: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime.t() | nil,
stringValue: String.t() | nil,
typeValue: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue.t() | nil
}
dateTimeValue: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime.t() | nil,
stringValue: String.t() | nil,
typeValue: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue