ConversationBot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |