TextBlocklistItemOutput interface
Item in a TextBlocklist.
Properties
| blocklist |
The service will generate a BlocklistItemId, which will be a UUID. |
| description | BlocklistItem description. |
| text | BlocklistItem content. The length is counted using Unicode code point. |
Property Details
blocklistItemId
The service will generate a BlocklistItemId, which will be a UUID.
blocklistItemId: string
Property Value
string
description
BlocklistItem description.
description?: string
Property Value
string
text
BlocklistItem content. The length is counted using Unicode code point.
text: string
Property Value
string