Bixby Developer Center

References

conversation-driver

optionalmultiple allowedvalue optional

A specific conversation driver.

Example

  conversation-drivers {
conversation-driver {
template ("And to Mars?")
}
conversation-driver {
template ("How far is it to Saturn?")
}
conversation-driver {
template ("Show #{value(action.planet)}")
}
}

View 078b450 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