ChatThreadProperties interface
Chat thread.
Properties
| created |
Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set. |
| created |
The timestamp when the chat thread was created. The timestamp is in RFC3339 format: |
| deleted |
The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: |
| id | Chat thread id. |
| metadata | metadata |
| retention |
Data retention policy for auto deletion. |
| topic | Chat thread topic. |
Property Details
createdBy
Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.
createdBy?: CommunicationIdentifierKind
Property Value
createdOn
The timestamp when the chat thread was created. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.
createdOn: Date
Property Value
Date
deletedOn
The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.
deletedOn?: Date
Property Value
Date
id
Chat thread id.
id: string
Property Value
string
metadata
metadata
metadata?: Record<string, string>
Property Value
Record<string, string>
retentionPolicy
Data retention policy for auto deletion.
retentionPolicy?: ChatRetentionPolicy
Property Value
topic
Chat thread topic.
topic: string
Property Value
string