Hi guys,
Why in domain.yaml the template information could have muiltiples text menssges, but in HTTP API - Add to templates collection you have just one option of text?
On HTTP API: {
- “text”: “string”,
- “buttons”:[“string”],
- “image”: “string”,
- “elements”:[“string”],
- “attachment”: “string”,
- “template”: “string” }
On domain.yaml:
template:
utter_goodbye:
- text: “goodbye ” # multiple templates - bot will randomly pick one of them
- text: “bye bye
”