ConversationBot Class

Definition

Provide utilities for bot conversation, including:

  • Send notification to varies targets (e.g., member, group, channel).
  • Handle command and send a response to Teams.
public class ConversationBot
type ConversationBot = class
Public Class ConversationBot
Inheritance
ConversationBot

Remarks

Set Adapter in ConversationOptions to use your own bot adapter.

For notification, set Notification.Storage in ConversationOptions to use your own storage implementation.

For command, set Command.Commands in CommandOptions to register your command handlers.

Constructors

ConversationBot(ConversationOptions)

Creates new instance of the ConversationBot.

Properties

Adapter

The bot adapter.

CardAction

The entry point of adaptive card action.

Command

The entry point of command.

Notification

The entry point of notification.

Applies to