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