Skip to main content

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
  • ]

ReportTranscript
{
"lines": [
{
"speaker": "USER",
"line": "string"
}
]
}