ConversationResult\<TOutput>
The result of a successfully completed conversation.
Type Parameters
• TOutput extends Record<string, unknown>
Properties
duration?
optionalduration:number
Sum durations of all channels connection. In milliseconds.
endTime?
optionalendTime: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?
optionalrecordingUrl:string
A URL of the recording of a conversation, if one exists.
recordingUrls?
optionalrecordingUrls:string[]
A URLs of the recording of a conversation, if one exists.
startTime?
optionalstartTime:Date
A moment in time when the conversation was started. Not available for text chats.
tracking?
optionaltracking:TrackingInformation
Information about blocks duration, connections duration and connections types.
transcription
transcription:
Transcription[]
A full transcription of the conversation, sorted by phrase start time.