event.acknowledge

Description 说明

object event.acknowledge(object/array parameters)

This method allows to acknowledge events and add an acknowledgement message. If an event is already acknowledged, a new message will still be added.该方法允许确认事件并添加确认消息。如果事件已被确认,仍可添加一条新消息。

Only trigger events can be acknowledged.只有触发事件可以被确认。

Parameters参数

(object/array) Parameters containing the IDs of the events acknowledge and a message.包含事件确认的ID的参数和消息。

参数 类别 说明
eventids(required) string/object IDs of the events to acknowledge. 要确认的事件的ID。
message string Text of the acknowledgement message.确认消息的文本。
action integer