From 1b308ee56a3edfbe953340702f43e92b20075948 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 7 Dec 2022 11:42:28 -0600 Subject: [PATCH] Add language to conversation.process --- source/_integrations/conversation.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index f1038151e18..0b52813643f 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -97,6 +97,7 @@ intent_script: ## Service `conversation.process` -| Service data attribute | Optional | Description | -|------------------------|----------|--------------------------------------------------| -| `text` | yes | Transcribed text | +| Service data attribute | Optional | Description | +|------------------------|----------|----------------------------------------------------| +| `text` | yes | Transcribed text | +| `language` | yes | language of text (defaults to configured language) |