GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalImplicitLocalCategory
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
airport
(type:boolean()
, default:nil
)
- -
bank
(type:boolean()
, default:nil
)
- -
chargingStation
(type:boolean()
, default:nil
)
- -
gasStation
(type:boolean()
, default:nil
)
- -
gym
(type:boolean()
, default:nil
)
- -
hairSalon
(type:boolean()
, default:nil
)
- -
hospital
(type:boolean()
, default:nil
)
- -
hotel
(type:boolean()
, default:nil
)
- -
laundromat
(type:boolean()
, default:nil
)
- -
movieTheater
(type:boolean()
, default:nil
)
- -
postOffice
(type:boolean()
, default:nil
)
- -
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
}
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