Builder

fun Builder(orientation: TrayConfig.Orientation = Orientation.LEFT, haptic: Boolean = true, sayGreeting: Boolean = true, greeting: String = "", ttsMode: SynthesisRequest.Mode = Mode.TEXT, voice: String = "demo-male", clientId: String? = null, clientSecret: String? = null, properties: HashMap<String, Any> = HashMap(), logLevel: Int = EventTracer.Level.NONE.value(), wakewordModelURL: String? = null, nluURL: String? = null, rasaOssURL: String? = null, refreshModels: Boolean = false, editTranscript: (String) -> String? = null, listener: SpokestackTrayListener? = null, transcriptEditor: TranscriptEditor? = null)