Class SummaryInsightUnit

java.lang.Object
com.ringcentral.definitions.SummaryInsightUnit

public class SummaryInsightUnit extends Object
  • Field Details

    • value

      public String value
      Value of the summary 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

    • SummaryInsightUnit

      public SummaryInsightUnit()
  • Method Details