C
- CALL - enum entry in com.telenav.commerce.voiceservice.models.Action
Send by VoiceKit when a call action needs to be performed
- CALL_RESPONSE - enum entry in com.telenav.commerce.voiceservice.models.Action
Send to VoiceKit after a call was initiated. This action can have success or failure status
- CANCEL_FOOD_ORDER_NO_ORDER_FOUND - enum entry in com.telenav.commerce.voiceservice.models.Screen
- CANCEL_ORDER - enum entry in com.telenav.commerce.voiceservice.models.Intent
Received after the user has approved to cancel a reservation.
- CANCEL_ORDER_CANCEL_FAILURE - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received when error when cancelling an order
- CANCEL_ORDER_CANCEL_TIMEOUT - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received when cancel order with timeout
- CANCEL_ORDER_CANCELLING - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received when cancellation of an order in progress
- CANCEL_ORDER_HISTORY_DESCRIPTION - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received after command "Cancel parking reservation"
- CANCEL_ORDER_NO_ORDER_FOUND - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received when there is no order to cancel
- CANCEL_ORDER_QUERY_FAILURE - enum entry in com.telenav.commerce.voiceservice.models.Screen
- CANCEL_ORDER_QUERY_TIMEOUT - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received when timeout when cancelling an order
- CANCEL_ORDER_SUCCESS - enum entry in com.telenav.commerce.voiceservice.models.Screen
Received when cancel order succeeded
- CARRY_OUT - enum entry in com.telenav.commerce.voiceservice.models.OccasionType
TODO
- CHECKOUT - enum entry in com.telenav.commerce.voiceservice.models.Intent
Received when the user confirms the reservation
- CLEANUP_SESSION - enum entry in com.telenav.commerce.voiceservice.models.Action
Send to VoiceKit to clear the current voice session
- cleanupVoiceSession() - function in com.telenav.commerce.voiceservice.api.IVoiceCommerceApi
- This method will reset the current voice session.
- com.telenav.commerce.voiceservice.api - package com.telenav.commerce.voiceservice.api
- com.telenav.commerce.voiceservice.api.listeners - package com.telenav.commerce.voiceservice.api.listeners
- com.telenav.commerce.voiceservice.businesslogic - package com.telenav.commerce.voiceservice.businesslogic
- com.telenav.commerce.voiceservice.businesslogic.audio.api - package com.telenav.commerce.voiceservice.businesslogic.audio.api
- com.telenav.commerce.voiceservice.businesslogic.http - package com.telenav.commerce.voiceservice.businesslogic.http
- com.telenav.commerce.voiceservice.businesslogic.http.api - package com.telenav.commerce.voiceservice.businesslogic.http.api
- com.telenav.commerce.voiceservice.businesslogic.localcontexthandler - package com.telenav.commerce.voiceservice.businesslogic.localcontexthandler
- com.telenav.commerce.voiceservice.businesslogic.localcontexthandler.api - package com.telenav.commerce.voiceservice.businesslogic.localcontexthandler.api
- com.telenav.commerce.voiceservice.businesslogic.voicekit.api - package com.telenav.commerce.voiceservice.businesslogic.voicekit.api
- com.telenav.commerce.voiceservice.businesslogic.voicekit.recording - package com.telenav.commerce.voiceservice.businesslogic.voicekit.recording
- com.telenav.commerce.voiceservice.businesslogic.voicekit.recording.api - package com.telenav.commerce.voiceservice.businesslogic.voicekit.recording.api
- com.telenav.commerce.voiceservice.businesslogic.voicekit.tts.api - package com.telenav.commerce.voiceservice.businesslogic.voicekit.tts.api
- com.telenav.commerce.voiceservice.dependencies - package com.telenav.commerce.voiceservice.dependencies
- com.telenav.commerce.voiceservice.models - package com.telenav.commerce.voiceservice.models
- COMMAND_NOT_SUPPORTED - enum entry in com.telenav.commerce.voiceservice.models.StatusCode
Returned by VoiceKit when the command sent is not supported
- CONFIRM_PAYMENT - enum entry in com.telenav.commerce.voiceservice.models.Intent
Received when a confirm payment response is needed
- CONFIRM_PAYMENT - enum entry in com.telenav.commerce.voiceservice.models.Action
Send by VoiceKit when a payment needs to be performed
- CONFIRM_PAYMENT_RESPONSE - enum entry in com.telenav.commerce.voiceservice.models.Action
Send to VoiceKit after a payment was initiated. This action can have success or failure status
- CONNECTED - enum entry in com.telenav.commerce.voiceservice.models.ConnectionState
Connected
- ConnectionState - class in com.telenav.commerce.voiceservice.models
- Voice state connection state
- ContextAction - class in com.telenav.commerce.voiceservice.businesslogic.localcontexthandler.api
- Represents the action that should be consider when updating the local context
- createAudioManager() - function in com.telenav.commerce.voiceservice.api.BaseVoiceKitDependencyProvider
- Creates the component to play audio
- createSpeechToText(ISpeechToTextCallback) - function in com.telenav.commerce.voiceservice.api.BaseVoiceKitDependencyProvider
- Creates the component to transform user speech in text
- createTtsDelegate(Context,INlgResponseListener,ITtsInitialisationListener) - function in com.telenav.commerce.voiceservice.api.BaseVoiceKitDependencyProvider
- Creates the component that will be used to play texts