View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue (google_api_content_warehouse v0.2.0)
Used by on-device Heron. Contains information about the type of slot value returned.
Attributes
-
boolValue(type:boolean(), default:nil) - Represents a boolean value. -
dateTimeValue(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime.t, default:nil) - Represents date or time. -
numberValue(type:float(), default:nil) - Represents number value. In accordance to ParamValue fields(https://source.corp.google.com/piper///depot/google3/third_party/java_src/appactions/proto/app_actions_data.proto;rcl=431529042;l=12) -
stringValue(type:String.t, default:nil) - Represents a string value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue{ boolValue: boolean() | nil, dateTimeValue: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime.t() | nil, numberValue: float() | nil, stringValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.