会话免打扰配置响应。

interface ConversationSilentModeResponse {
    conversationId: string;
    conversationType: PushConversationType;
    rule: PushSilentModeRuleView;
}

Properties

conversationId: string

会话 ID。

conversationType: PushConversationType

会话类型。

会话免打扰规则。