Skip to main content

    sessionIdstringrequired

    The unique identifier of the session the report is about.

    Format: uuid

    feedbackstringrequired

    The user's feedback about the session.

    Format: ReportFeedback (string)

    Possible values: [NOT_SCAM, SCAM]


    transcript

    object

    The transcript of the session.


    lines

    object[]

    required

  • Array [


  • speakerstringrequired

    Whether a line of the transcript was spoken by the user or the non-user party.

    Format: ReportTranscriptSpeaker (string)

    Possible values: [USER, SUBJECT]


    linestringrequired
  • ]

ReportSessionRequest
{
"sessionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"feedback": "NOT_SCAM",
"transcript": {
"lines": [
{
"speaker": "USER",
"line": "string"
}
]
}
}