Preview an intent template
This API provides a preview of the intent template
Authorizations
Cookie-based authentication
Body
The template to preview
"<p>vielen Dank für die Meldung deines Zählerstandes.</p>\\n\\n<p>Wir haben den Zählerstand von {{intent.data.reading}} kWh für den {{formatDateDE intent.data.date}} erfasst und im System hinterlegt.</p>"
The ticketId for which to tailor the response to, if provided variables will be replaced with the values from the ticket
20
The contractId for which to tailor the response to, if provided variables will be replaced with the values from the contract
1234
Response
If true, the intent template preview was successfully generated
true
The preview of the intent template
"<p>vielen Dank für die Meldung deines Zählerstandes.</p>\\n\\n<p>Wir haben den Zählerstand von 20112 kWh für den 31.01.2023 erfasst und im System hinterlegt.</p>"
The variables that could be used in the template, only if ticketId was provided