TranscriptLogger Interface

public interface TranscriptLogger

Transcript logger stores activities for conversations for recall.

Method Summary

Modifier and Type Method and Description
abstract java.util.concurrent.CompletableFuture<java.lang.Void> logActivity(Activity activity)

Log an activity to the transcript.

Method Details

logActivity

public abstract CompletableFuture logActivity(Activity activity)

Log an activity to the transcript.

Parameters:

activity - The activity to transcribe.

Returns:

A task that represents the work queued to execute.

Applies to