package
0.2.7
Repository: https://github.com/apaliavy/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.