Text to be passed. You can specify a string and/or use Expression Language, as demonstrated in the examples below.
The following example uses plain text:
template("Which space resort would you like?")
The following examples use expression language:
template ("Suit up, your trip[ to #{value(receipt.item.spaceResort.planet)}] is starting soon!")
dialog (Value) {
match: NumberOfAstronauts (this)
template("#{value (this)} #{concept (this)}")
}
speech optional | The client uses speech as the text-to-speech (TTS) string that corresponds to template text |
Copyright 2024 Samsung All rights reserved