| Name | Type | Description | Notes |
|---|---|---|---|
| transcriptionEngine | TranscriptionEngineEnum | Engine to use for speech recognition. `A` - `google`, `B` - `telnyx`. | [optional] |
| language | LanguageEnum | Language to use for speech recognition | [optional] |
| interimResults | Boolean | Whether to send also interim results. If set to false, only final results will be sent. Applies to `google` engine only. | [optional] |
| clientState | String | Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string. | [optional] |
| transcriptionTracks | String | Indicates which leg of the call will be transcribed. Use `inbound` for the leg that requested the transcription, `outbound` for the other leg, and `both` for both legs of the call. Will default to `inbound`. | [optional] |
| commandId | String | Use this field to avoid duplicate commands. Telnyx will ignore any command with the same `command_id` for the same `call_control_id`. | [optional] |
| Name | Value |
|---|---|
| A | "A" |
| B | "B" |
| Name | Value |
|---|---|
| DE | "de" |
| EN | "en" |
| ES | "es" |
| FR | "fr" |
| IT | "it" |
| PL | "pl" |