Class HighlightsInsightUnit

java.lang.Object
com.ringcentral.definitions.HighlightsInsightUnit

public class HighlightsInsightUnit extends Object
  • Field Details

    • speakerId

      public String speakerId
      Participant ID Required Example: p-32423
    • value

      public String value
      Value of the insight Required Example: conversational insights text
    • start

      public Double start
      Start time of the insight (in sec) Required Format: float Example: 1.2
    • end

      public Double end
      End time of the insight (in sec) Required Format: float Example: 4.2
  • Constructor Details

    • HighlightsInsightUnit

      public HighlightsInsightUnit()
  • Method Details