TraceTranscriptLogger Class

  • java.lang.Object
    • com.microsoft.bot.builder.TraceTranscriptLogger

Implements

public class TraceTranscriptLogger
implements TranscriptLogger

Represents a transcript logger that writes activities to a object.

Constructor Summary

Constructor Description
TraceTranscriptLogger()

Method Summary

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

Log an activity to the transcript.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TraceTranscriptLogger

public TraceTranscriptLogger()

Method Details

logActivity

public 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