NlpSemanticParsingProtoActionsOnGoogleTypedValue

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue


Table of Contents ▼

Jump to a specific part of the page:

Description

Used by on-device Heron. Contains information about the type of slot value returned.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. boolValue (type: boolean(), default: nil)
    - Represents a boolean value.
  2. dateTimeValue (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTime, default: nil)
    - Represents date or time.
  3. 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)
  4. stringValue (type: String.t, default: nil)
    - Represents a string value.

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleTypedValue