View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalImplicitLocalCategory (google_api_content_warehouse v0.3.0)
Flags indiciating the specific implicit intent, e.g. dining, travel, etc. Next ID = 13
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
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.