package
0.0.0-20240507060956-03cfbf68061f
Repository: https://github.com/preciselyco/msbotbuilder-go.git
Documentation: pkg.go.dev

# Packages

Package activity acts as a handler for any received activity and the user defined operation on that activity.

# Functions

NewBotAdapter creates and reuturns a new BotFrameworkAdapter with the specified AdapterSettings.

# Structs

AdapterSetting is the configuration for the Adapter.
BotFrameworkAdapter implements Adapter and is currently the only implementation returned to the user program.
MockTokenValidator stub for bypassing the authentication.

# Interfaces

Adapter is the primary interface for the user program to perform operations with the connector service.