Package 

Class ASREvent

  • All Implemented Interfaces:

    
    public class ASREvent
    extends SensorEvent
                        

    Telemetry 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 class ASREvent.Builder
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      EventType getEventType() Get ASREvent's EventType
      Array<ASRItem> getASRList()
      static ASREvent.Builder builder() Creates a new builder for constructing an instance.
      • Methods inherited from class java.lang.Object

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