retrieveTranscript

abstract suspend fun retrieveTranscript(): Result<InputStream>

Retrieves a transcript for the current conversation.

Return

The Result of the request. Result.Success.data returns the transcript as an InputStream.