ConversationItemBase interface
ユーザー入力形式の会話の抽象ベース (テキスト、トランスクリプトなど)。
プロパティ
| id | 会話アイテムの ID。 |
| language | BCP 47 言語表現の会話項目のオーバーライド言語。 |
| modality | サポートされている会話形式のモダリティの列挙。 |
| participant |
会話アイテムの参加者 ID。 |
| role | 参加者の役割。 |
プロパティの詳細
id
会話アイテムの ID。
id: string
プロパティ値
string
language
BCP 47 言語表現の会話項目のオーバーライド言語。
language?: string
プロパティ値
string
modality
サポートされている会話形式のモダリティの列挙。
modality?: string
プロパティ値
string
participantId
会話アイテムの参加者 ID。
participantId: string
プロパティ値
string
role
参加者の役割。
role?: string
プロパティ値
string