View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue (google_api_content_warehouse v0.4.0)
Represents an actual value.
Attributes
-
dateTimeValue
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime.t
, default:nil
) - Represents date or time. -
stringValue
(type:String.t
, default:nil
) - Represents a string value. -
typeValue
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue.t
, default:nil
) - This field is only populated by on-device Heron. This field should not be populated by any other service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.