TextConversationItem interface
The text modality of an input conversation.
- Extends
Properties
| text | The text input |
Inherited 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. |
| participant |
The participant ID of a conversation item. |
| role | The role of the participant. |
Property Details
text
The text input
text: string
Property Value
string
Inherited Property Details
id
The ID of a conversation item.
id: string
Property Value
string
Inherited From ConversationItemBase.id
language
The override language of a conversation item in BCP 47 language representation.
language?: string
Property Value
string
Inherited From ConversationItemBase.language
modality
Enumeration of supported conversational modalities.
modality?: string
Property Value
string
Inherited From ConversationItemBase.modality
participantId
The participant ID of a conversation item.
participantId: string
Property Value
string
Inherited From ConversationItemBase.participantId
role
The role of the participant.
role?: string
Property Value
string
Inherited From ConversationItemBase.role