BotFrameworkClient Class
- java.
lang. Object - com.
microsoft. bot. builder. skills. BotFrameworkClient
- com.
public abstract class BotFrameworkClient
A Bot Framework client.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BotFrameworkClient() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
java.util.concurrent.CompletableFuture<Typed |
<T>postActivity(String fromBotId, String toBotId, URI toUri, URI serviceUri, String conversationId, Activity activity, Class<T> type)
Forwards an activity to a skill (bot). |
Methods inherited from java.lang.Object
Constructor Details
BotFrameworkClient
public BotFrameworkClient()
Method Details
<T>postActivity
public abstract CompletableFuture
Forwards an activity to a skill (bot). NOTE: Forwarding an activity to a skill will flush UserState and ConversationState changes so that skill has accurate state.
Parameters:
Returns: