retrieveTranscript

abstract suspend fun retrieveTranscript(): Result<InputStream>

Retrieves a transcript of the entire conversation as a downloadable stream.

Return

Result.Success with an InputStream containing the transcript data, or Result.Error on failure.