Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.4 KB

TranscribeUtterance.md

File metadata and controls

17 lines (13 loc) · 1.4 KB

freeclimb.Model.TranscribeUtterance

The TranscribeUtterance command transcribes the caller’s voice and returns transcription of the audio and optionally returns the recording of the audio transcribed. TranscribeUtterance is blocking and is a terminal command. As such, the actionUrl property is required, and control of the Call picks up using the PerCL returned in response of the actionUrl. Recording and Transcription information is returned in the actionUrl request. If the reason this command ended was due to the call hanging up, any PerCL returned will not execute.

Properties

Name Type Description Notes
Command string Name of PerCL Command (this is automatically derived from mapping configuration and should not be manually supplied in any arguments) [optional]
ActionUrl string
PlayBeep bool [optional] [default to false]
Record TranscribeUtteranceRecord [optional]
PrivacyForLogging bool [optional] [default to false]
PrivacyForRecording bool [optional] [default to false]
Prompts List<PerclCommand> [optional]

[Back to Model list] [Back to API list] [Back to README]