Update

Defines configuration options available to be updated in the runtime. See Dash.applyUpdate.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Allows for custom avatar animations.

Link copied to clipboard

Enables or disables the MapGPT feature.

Link copied to clipboard

Enables or disables the MapGPT keyboard mode.

Link copied to clipboard
var userInputMiddleware: Set<UserInputOwnerMiddleware>?

Set the initial set of interfaces used for Speech To Text which also known as UserInput. This set is expected to contain DefaultUserInputOwnerMiddleware.

Functions

Link copied to clipboard
open override fun applyUpdateTo(config: DashMapGptConfig): DashMapGptConfig

Create base config class with the update applied.