onCheckout
callbackCheckoutInfo
ParameterCheckoutInfo
contains the breakdown of the original order request. It has the following structure:AppState
sAppState
s are supported:CheckoutCompleteAppState
): To be returned when the app handles the checkout processUnsupportedAppState
): To be returned when the app is not ready to handle checkout via voice yet. The Assistant will speak out an appropriate prompt to the user. AppState
call WAITING (WaitingAppState)
that is common across all UserJourney
types for completing asynchronous operations within the callback. Refer to the Asynchronous Action Handling section for details of how to deal with asynchronous operations.Condition
sConditions
are supported for each of the AppState
s supported by the AssistantCheckoutCompleteAppState
)