In order to define this behavior, your dialog file should contain a template key with an empty string and a speech key with the content you would like Bixby to speak.
The general dialog should look like the following:
dialog (Result) {
match: Message(this)
template(" ") {
speech ("#{value (this)}")
}
}
Please refer to the attached example capsule to see this behavior in action. Simply say or type, "Do it!" in the Bixby Developer Studio Simulator!
Comments
0 comments
Please sign in to leave a comment.