Interface BatchConversationSilentModeResponse

批量会话免打扰响应。

interface BatchConversationSilentModeResponse {
    conversations: readonly ConversationSilentModeResponse[];
}

Properties

Properties

conversations: readonly ConversationSilentModeResponse[]

会话免打扰结果列表。