BotCallbackHandler Interface

public interface BotCallbackHandler

The callback delegate for application code.

Method Summary

Modifier and Type Method and Description
abstract java.util.concurrent.CompletableFuture<java.lang.Void> invoke(TurnContext turnContext)

The callback delegate for application code.

Method Details

invoke

public abstract CompletableFuture invoke(TurnContext turnContext)

The callback delegate for application code.

Parameters:

turnContext - The turn context.

Returns:

A Task representing the asynchronous operation.

Applies to