会话标识。

interface ConversationIdentifier {
    conversationId: string;
    conversationType: PushConversationType;
}

Properties

conversationId: string

会话 ID。

conversationType: PushConversationType

会话类型。