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) |