Share via


ConversationItemBase interface

The abstract base for a user input formatted conversation (e.g., Text, Transcript).

Properties

id

The ID of a conversation item.

language

The override language of a conversation item in BCP 47 language representation.

modality

Enumeration of supported conversational modalities.

participantId

The participant ID of a conversation item.

role

The role of the participant.

Property Details

id

The ID of a conversation item.

id: string

Property Value

string

language

The override language of a conversation item in BCP 47 language representation.

language?: string

Property Value

string

modality

Enumeration of supported conversational modalities.

modality?: string

Property Value

string

participantId

The participant ID of a conversation item.

participantId: string

Property Value

string

role

The role of the participant.

role?: string

Property Value

string