创建消息话题的返回结果。

interface CreateChatThreadResult {
    chatThreadId: string;
}

Properties

Properties

chatThreadId: string

新建的消息话题的 ID。