Tray Config
class TrayConfig
Content copied to clipboard
Data class holding all configuration for the Spokestack Tray.
Types
Builder
Link copied to clipboard
data class Builder(orientation: TrayConfig.Orientation, haptic: Boolean, sayGreeting: Boolean, greeting: String, ttsMode: SynthesisRequest.Mode, voice: String, clientId: String?, clientSecret: String?, properties: HashMap<String, Any>, logLevel: Int, wakewordModelURL: String?, nluURL: String?, rasaOssURL: String?, refreshModels: Boolean, editTranscript: (String) -> String?, listener: SpokestackTrayListener?, transcriptEditor: TranscriptEditor?)
Content copied to clipboard
Orientation
Link copied to clipboard
Properties
clientSecret
Link copied to clipboard
listener
Link copied to clipboard
orientation
Link copied to clipboard
properties
Link copied to clipboard
rasaOssURL
Link copied to clipboard
refreshModels
Link copied to clipboard
sayGreeting
Link copied to clipboard
spokestackBuilder
Link copied to clipboard
transcriptEditor
Link copied to clipboard
wakewordModelURL
Link copied to clipboard