Transcripts for Android

Using the retrieve transcript API, you can access the transcript and decide how to display that information to your users. This API downloads a transcript of the conversation represented in the conversationClient.

This feature requires version 1.5.0 or later of the Messaging for In-App SDK.

This article applies to the following implementations:

UI SDKCore SDK

The API returns an InputStream. The host app is responsible for what to do with this InputStream. For example, you can save it to your files or share it.

To retrieve the transcript, use the retrieveTranscript() method on the conversationClient object. See the conversationClient reference documentation.