getTranscriptSegments()

in lca-ai-stack/source/ui/src/graphql/queries/getTranscriptSegments.js [7:29]


    getTranscriptSegments(callId: $callId, isPartial: $isPartial) {
      TranscriptSegments {
        Channel
        CallId
        CreatedAt
        EndTime
        IsPartial
        PK
        SK
        SegmentId
        StartTime
        Transcript
        Sentiment
        SentimentScore {
          Positive
          Negative
          Neutral
          Mixed
        }
        SentimentWeighted
      }
      nextToken
    }