Expand description

Package dialog provides functionality for creating custom voice assistant applications and managing the related interaction flow.

Structs

Event passed into callback registered by DialogServiceConnector::set_activity_received_cb.

BotFrameworkConfig defines configurations for the dialog service connector object for using a Bot Framework backend.

CustomCommandsConfig defines configurations for the dialog service connector object for using a CustomCommands backend.

DialogServiceConnector connects to a speech enabled dialog backend.

Traits

DialogServiceConfig defines base configurations for the dialog service connector and custom commands config objects.