-
- All Implemented Interfaces:
public class ASREvent extends SensorEventTelemetry event for ASR event analytics.
Build with builder, populate required payload fields, and upload via sendEventRequest.
Maps to schema definition
ASR.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classASREvent.Builder
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()Get ASREvent's EventType Array<ASRItem>getASRList()static ASREvent.Builderbuilder()Creates a new builder for constructing an instance. -
-
Method Detail
-
getEventType
EventType getEventType()
Get ASREvent's EventType
-
getASRList
Array<ASRItem> getASRList()
-
builder
static ASREvent.Builder builder()
Creates a new builder for constructing an instance.
Use fluent setter methods before calling build().
-
-
-
-