Builder
Creates a new instance of DashMapGptConfig.
Properties
Allows for custom avatar animations.
The external capabilities for MapGPT. The SDK will have internal capabilities, but this configuration allows for users to inject capabilities into the SDK.
Generic middleware for MapGPT handling capabilities. Implement the capabilities interface and provide the middleware to handle the capability.
Map of custom configuration key -> value pairs.
Enables or disables the MapGPT keyboard mode.
Enables or disables the MapGPT settings menu.
Set the initial set of interfaces used for Microphone. The middleware at index 0
will be used as the the default or fallback middleware.
Set the initial set of interfaces used for Music Player. The middleware at index 0
will be used as the the default or fallback middleware.
Set the initial set of interfaces used for Speech To Text which also known as UserInput. The middleware at index 0
will be used as the the default or fallback middleware. The last selected middleware will be persisted and used on the next app launch. The set is expected to be non-empty.
Set the initial set of interfaces used for Wake Word. The middleware at index 0
will be used as the the default or fallback middleware.
Functions
Creates a new instance of DashMapGptConfig.