Interface: ConversationMessage
Defined in: service-framework-client/src/contracts.ts:45
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
content | readonly | string | service-framework-client/src/contracts.ts:48 |
id | readonly | string | service-framework-client/src/contracts.ts:46 |
role | readonly | ConversationRole | service-framework-client/src/contracts.ts:47 |
timestamp | readonly | number | service-framework-client/src/contracts.ts:49 |