NlpSemanticParsingProtoActionsOnGoogleSlotValueSingleValue

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):

View Attributes

Attributes

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

Function

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

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