SoundscapeResult

data class SoundscapeResult(val success: Boolean, val message: String)

What an assistant gets back from a Soundscape function.

Soundscape answers through its own spatial audio, so for most functions the useful result is only whether it worked: the callout itself carries direction information no text could. message is filled where the app makes no sound of its own — the lists, and every failure.

Constructors

Link copied to clipboard
constructor(success: Boolean, message: String)

Properties

Link copied to clipboard

What to tell the user, or empty when the app has already answered aloud.

Link copied to clipboard

Whether the action was carried out.