The RecordUtterance command has completed and its actionUrl is being invoked.
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestType | string | The context or reason why this request is being made. Will be record - The RecordUtterance command has completed and its actionUrl is being invoked. | [optional] |
| AccountId | string | Account ID associated with your account. | [optional] |
| CallId | string | Unique identifier for this Call, generated by FreeClimb | [optional] |
| From | string | Phone number of the party that initiated the Call (in E.164 format). | [optional] |
| To | string | Phone number provisioned to the customer and to which this Call is directed (in E.164 format). | [optional] |
| CallStatus | CallStatus | [optional] | |
| Direction | CallDirection | [optional] | |
| ConferenceId | string | This is only populated if request pertains to a conference. Otherwise, it is set to null. | [optional] |
| QueueId | string | This is only populated if the request pertains to a queue. Otherwise, it is set to null. | [optional] |
| RecordingId | string | ID of the recording. | [optional] |
| RecordingUrl | string | URL of the recorded audio file. This URL can be used as is in a Play command to play the recording (no authentication needed). It can also be used to download a recording file via the REST API. | [optional] |
| RecordingSize | string | Size of the recording in bytes | [optional] |
| RecordingFormat | string | File type of the recording (audio/wav) | [optional] |
| RecordingDurationSec | int | Duration of the recorded audio rounded up to the nearest second (in seconds) | [optional] |
| TermReason | RecordUtteranceTermReason | [optional] | |
| ParentCallId | string | ID of Call that created this leg (child call). | [optional] |
| PrivacyMode | bool | If true then it indicates the recording will only be available for download for two minutes prior to it being deleted. This is to minimize risk of anyone else getting access to the url and attempting to access it. | [optional] |