Package 

Enum Intent

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Intent
    extends Enum<Intent>
                        

    Intent will be received from VoiceKit when action is SHOW_SCREEN or UPDATE_CONTEXT

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CANCEL_ORDER

      Received after the user has approved to cancel a reservation.

      CONFIRM_PAYMENT

      Received when a confirm payment response is needed

      FINAL_CHECKOUT

      Received after the final checkout

      CHECKOUT

      Received when the user confirms the reservation

      ADD_SHOPPING_CART

      Received after user selects a parking store

      ORDER_FOOD

      Received when ordering food. E.g "Order food nearby"

      ORDER_NEARBY

      Received when finding a reservable parking. E.g "Find parking nearby"

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait