-
-
Enum Constant Summary
Enum Constants Enum Constant Description GENERAL_CONNECTIVITY_ERROR
Received in case of a general connectivity issue.
GENERAL_EXIT
Received to indicate exit from the current flow.
CANCEL_FOOD_ORDER_NO_ORDER_FOUND
QUERY_HISTORY_QUERY_ERROR
Received when there is an error in processing the voice command
CANCEL_ORDER_CANCEL_FAILURE
Received when error when cancelling an order
CANCEL_ORDER_QUERY_FAILURE
CANCEL_ORDER_QUERY_TIMEOUT
Received when timeout when cancelling an order
CANCEL_ORDER_CANCEL_TIMEOUT
Received when cancel order with timeout
FOOD_ORDER_SEARCH_FAILURE
todo to be documented
FOOD_ORDER_SEARCH_LOCATION_FAILURE
FOOD_ORDER_CALL_STORE_FAILURE
FOOD_ORDER_CALL_FAILURE
FOOD_ORDER_START_NAVIGATION_FAILURE
FOOD_ORDER_SAVE_ORDER_FAILURE
FOOD_ORDER_FAILURE
Received when food order checkout failure
FOOD_ORDER_SAVE_ORDER_NETWORK_DISCONNECT
FOOD_ORDER_SAVE_ORDER_SERVICE_ERROR
FOOD_ORDER_ACTION_NOT_SUPPORTED
ONLY FOOD
FOOD_ORDER_GENERAL_ERROR
Received when there was a Novolabs communication error
FOOD_NAVIGATION_SKIPPED
FOOD_UPDATE_SHOPPING_CART
Received when there is an update to the food shopping cart
FOOD_CONFIRMED_ORDER
Received when food order checkout with success
FOOD_PLACING_ORDER
Received when placing a food order
FOOD_SELECTED_STORE_WELCOME
Received when a food store has been selected and the order can proceed
FOOD_RESULTS_NOT_FOUND
Received when there are no stores found.
FOOD_RESULTS_SEARCHING
Received when there is search by brand in progress for food flow
FOOD_LOCATION_RESULTS_DESCRIPTION
Received in case of disambiguation search. E.g 'Order food near Post Street -> Multiple Post Street addresses are found'
FOOD_RESULTS_DESCRIPTION
Received in case of multiple food store results.
FOOD_SINGLE_RESULT_DESCRIPTION
Received in case of a single food store results
FOOD_ASK_FOR_LOG_IN
Received in case of a food flow when no user token was send to VoiceKit.
FOOD_ASK_FOR_APP_PERMISSION
Received when there are missing food permissions like location
PARKING_RESUME_CANCELLED
Received when the user has said No to resume the parking flow
FOOD_RESUME_CANCELLED
Received when the user has said No to resume the food flow
QUERY_HISTORY_NO_ORDER_FOUND
Received when then is no parking reservation and user says : Show parking reservation
FOOD_NO_ACTIVE_ORDER
Received when there are no orders and user says : Show my food orders Show my orders
FOOD_ORDER_HISTORY_DESCRIPTION
Received when there is a query for food orders. E.g "Show my food orders"
PARKING_ORDER_HISTORY_DESCRIPTION
Received after command "show parking reservations"
CANCEL_ORDER_NO_ORDER_FOUND
Received when there is no order to cancel
CANCEL_ORDER_SUCCESS
Received when cancel order succeeded
CANCEL_ORDER_CANCELLING
Received when cancellation of an order in progress
CANCEL_ORDER_HISTORY_DESCRIPTION
Received after command "Cancel parking reservation"
QUERY_HISTORY_QUERY_TIMEOUT
PARKING_SEARCHING_FOR_RESULTS
Received when parking search in progress
PARKING_UPDATE_STATUS_CONFIRMATION
PARKING_ASK_FOR_LOCATION
Received when in Parking flow the user says "Change location"
PARKING_ASK_FOR_LOG_IN
Received when user token was not provided to VoiceKit
PARKING_ASK_FOR_LICENSE_PLATE
Received when license plate is missing for parking flow
PARKING_ASK_FOR_PAYMENT
Received when payment is missing for parking flow
PARKING_ASK_FOR_LOCATION_PERMISSION
Received when location permission is missing for Parking flow.
PARKING_RESERVATION_QUERY_HISTORY_EXIT
PARKING_RESERVATION_START_NAVIGATION
Received when navigation has to be started in case of parking flow
PARKING_RESERVATION_RESERVATION_FAILURE
Received when parking reservation has failed
PARKING_RESERVATION_SUCCESSFUL
Received when parking reservation was done with success
PARKING_RESERVATION_CHECKOUT_SERVICE_ERROR
Received when there was service error when checking out
PARKING_RESERVATION_CHECKOUT_FAILURE
Received when parking checkout failure
PARKING_RESERVING
Received when parking checkout has started
PARKING_CONFIRM_CHECKOUT
Received when the user has to confirm the parking checkout
PARKING_NO_STORE_FOUND
Received when there are no results for parking search
PARKING_CANCEL_DESCRIPTION
PARKING_SELECT_INDEX
Results are found and the first result is read
PARKING_SEARCH_RESULTS_SERVICE_ERROR
Received when a third party has failed in case of a parking search
PARKING_SEARCH_RESULTS_FAILURE
Received when parking search has failed
PARKING_MULTIPLE_SEARCH_RESULT_DESCRIPTION
Received when multiple parking stores are found
PARKING_SINGLE_SEARCH_RESULT_DESCRIPTION
Received when single parking store was found
PARKING_ASK_FOR_STOP_TIME
Received when stop time needs to be provided to VoiceKit
PARKING_ASK_FOR_START_TIME
Received when start time needs to be provided to VoiceKit
PARKING_DEFAULT_SEARCH_TIME_CONFIRMATION
Received when start time needs to be confirmed.
PARKING_LOCATION_RESULTS_DESCRIPTION
Received when there are locations found for a parking search.
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-