NlpSemanticParsingLocalImplicitLocalCategory

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalImplicitLocalCategory


Table of Contents ▼

Jump to a specific part of the page:

Description

Flags indiciating the specific implicit intent, e.g. dining, travel, etc. Next ID = 13

Attributes List

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

View Attributes

Attributes

  1. airport (type: boolean(), default: nil)
    -
  2. bank (type: boolean(), default: nil)
    -
  3. chargingStation (type: boolean(), default: nil)
    -
  4. gasStation (type: boolean(), default: nil)
    -
  5. gym (type: boolean(), default: nil)
    -
  6. hairSalon (type: boolean(), default: nil)
    -
  7. hospital (type: boolean(), default: nil)
    -
  8. hotel (type: boolean(), default: nil)
    -
  9. laundromat (type: boolean(), default: nil)
    -
  10. movieTheater (type: boolean(), default: nil)
    -
  11. postOffice (type: boolean(), default: nil)
    -
  12. spa (type: boolean(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalImplicitLocalCategory{
airport: boolean() | nil,
bank: boolean() | nil,
chargingStation: boolean() | nil,
gasStation: boolean() | nil,
gym: boolean() | nil,
hairSalon: boolean() | nil,
hospital: boolean() | nil,
hotel: boolean() | nil,
laundromat: boolean() | nil,
movieTheater: boolean() | nil,
postOffice: boolean() | nil,
spa: boolean() | nil
}

Function

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

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