Name | Type | Description | Notes |
---|---|---|---|
description | string | The policy's description. | [optional] |
id | string | The policy ID. | [optional] |
is_locked | bool | Whether the policy is locked by an account-level user. When it is locked, users cannot update the policy. | [optional] |
keywords | string[] | A list of defined rule keywords. | [optional] |
name | string | The policy name. | [optional] |
regular_expression | string | The regular expression to match to the content of chat messages. | [optional] |
status | string | The policy's current status: * `activated` — Activated. * `deactivated` — Deactivated. | [optional] |
trigger_action | int | The policy's trigger action: * `1` — Ask the user to confirm before they send the message. * `2` — Block the user's message. | [optional] |