ConversationResult\<TOutput>
The result of a successfully completed conversation.
Type Parameters
• TOutput extends Record
<string
, unknown
>
Properties
duration?
optional
duration:number
Sum durations of all channels connection. In milliseconds.
endTime?
optional
endTime:Date
A moment in time when the conversation was ended. Not available for text chats.
output
output:
TOutput
The output context of a DashaScript application.
recordingUrl?
optional
recordingUrl:string
A URL of the recording of a conversation, if one exists.
recordingUrls?
optional
recordingUrls:string
[]
A URLs of the recording of a conversation, if one exists.
startTime?
optional
startTime:Date
A moment in time when the conversation was started. Not available for text chats.
tracking?
optional
tracking:TrackingInformation
Information about blocks duration, connections duration and connections types.
transcription
transcription:
Transcription
[]
A full transcription of the conversation, sorted by phrase start time.