KnowledgeBaseIndexRefreshPolicyHourly

KnowledgeBaseIndexRefreshPolicyHourly
KnowledgeBaseIndexRefreshPolicyHourly

Index refresh policy specifying that a refresh is triggered automatically on an hourly basis.

JSON Example
{
    "minute": 0,
    "timezone": "string",
    "policy_type": "string"
}
integer
minute
Optional
Constraints: minimum: 0 exclusiveMaximum: 60 default: 0

Minute of the hour in which to trigger the index refresh.

string As zoneinfo As zoneinfo
timezone
Optional
Constraints: default: UTC

IANA identifier (https://www.iana.org/time-zones) of the time zone in which to trigger the index refresh.

string
policy_type
Required

Policy defining how and when to refresh the index of a knowledge base. Available options are HOURLY, DAILY, WEEKLY, MANUAL.