Bixby Developer Center

References

spoken-summary

optionalvalue optional

Summarizes the current item in a where-each loop.

If this key is not provided, it defaults to the Value dialog, if you have that dialog specified. If you do not have a Value dialog for the given item, no summary is given.

Example

      where-each (candidate) {
macro (PERSON_SUMMARY) {
param (person) {
expression (candidate)
}
}
spoken-summary {
template ("#{value(candidate.name)}")
}
}

View 721208e on GitHub

Child Keys

macro
optional
Defines a layout, a portion of a layout, or a dialog with a macro
template
optional
Text to be passed
template-macro
optional
Encapsulates dialog logic that normally would lead to duplication