-
- All Implemented Interfaces:
public class VoiceEvent extends ApplicationEventVoiceEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVoiceEvent.VoiceEventTypepublic classVoiceEvent.Builder
-
Method Summary
Modifier and Type Method Description VoiceEvent.VoiceEventTypegetVoiceEventType()To identify if the event is triggered by the system or by a user interaction ObjectgetEventZone()The identify the zone from which user interaction happened StringgetEventLabel()The label of the button or the icon interacted with StringgetSttOutput()This property will allow us to identify the result of speech_to_text engine that translates what the user said using voice commands. StringgetNlgOutput()This property is used to understand how the system responds to a certain intent of the user. EventTypegetEventType()Get EventType. static VoiceEvent.Builderbuilder()-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
getEventData -
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVoiceEventType
VoiceEvent.VoiceEventType getVoiceEventType()
To identify if the event is triggered by the system or by a user interaction
-
getEventZone
Object getEventZone()
The identify the zone from which user interaction happened
-
getEventLabel
String getEventLabel()
The label of the button or the icon interacted with
-
getSttOutput
String getSttOutput()
This property will allow us to identify the result of speech_to_text engine that translates what the user said using voice commands.
-
getNlgOutput
String getNlgOutput()
This property is used to understand how the system responds to a certain intent of the user. It is extracted from the NLG output data.
-
getEventType
EventType getEventType()
Get EventType.
-
builder
static VoiceEvent.Builder builder()
-
-
-
-