Adjust dialogflow integration

This commit is contained in:
Franck Nijhof
2020-10-26 16:53:20 +01:00
parent b605f0b468
commit 1bae050472

View File

@@ -161,7 +161,7 @@ class DialogflowResponse:
assert self.speech is None
if isinstance(text, template.Template):
text = text.async_render(self.parameters)
text = text.async_render(self.parameters, parse_result=False)
self.speech = text