placeActionType property

String? placeActionType
getter/setter pair

The place action type. Possible string values are:

  • "PLACE_ACTION_TYPE_UNSPECIFIED" : Not specified.
  • "APPOINTMENT" : The action type is booking an appointment.
  • "ONLINE_APPOINTMENT" : The action type is booking an online appointment.
  • "DINING_RESERVATION" : The action type is making a dining reservation.
  • "FOOD_ORDERING" : The action type is ordering food for delivery and/or takeout.
  • "FOOD_DELIVERY" : The action type is ordering food for delivery.
  • "FOOD_TAKEOUT" : The action type is ordering food for takeout.
  • "SHOP_ONLINE" : The action type is shopping, that can be delivery and/or pickup.

Implementation

core.String? placeActionType;