NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents properties about a matched DateTime value. Will only be populated for @sys.date-time, @sys.date and @sys.time.

Attributes List

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

View Attributes

Attributes

  1. datetimeType (type: String.t, default: nil)
    - Since datetime is a superset of date, time and date&time, this field is used to indicate which type the associated DateTime object belongs to.
  2. relativeDatetimeType (type: String.t, default: nil)
    - The relative relationship between this DateTime value and DateTime&Timezone info provided in ClassifyRequest.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty{
datetimeType: String.t() | nil,
relativeDatetimeType: String.t() | nil
}

Function

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

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