TranscriptConversation interface
A complete ordered set of utterances (spoken or written), by one or more speakers to be used for analysis.
- Extends
Properties
| conversation |
Ordered list of transcript conversation items in the conversation. |
| modality | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| domain | Enumeration of supported conversational domains. |
| id | Unique identifier for the conversation. |
| language | The language of the conversation item in BCP-47 format. |
Property Details
conversationItems
Ordered list of transcript conversation items in the conversation.
conversationItems: TranscriptConversationItem[]
Property Value
modality
Polymorphic discriminator, which specifies the different types this object can be
modality: "transcript"
Property Value
"transcript"
Inherited Property Details
domain
Enumeration of supported conversational domains.
domain?: string
Property Value
string
Inherited From Conversation.domain
id
Unique identifier for the conversation.
id: string
Property Value
string
Inherited From Conversation.id
language
The language of the conversation item in BCP-47 format.
language: string
Property Value
string
Inherited From Conversation.language