All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkresident_1_0.models.GetConversationIdRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkresident_1_0.models;

import com.aliyun.tea.*;

public class GetConversationIdRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

chatd575783672bb40c005ba4e8b2*****ab

*/ @NameInMap("chatId") public String chatId; public static GetConversationIdRequest build(java.util.Map map) throws Exception { GetConversationIdRequest self = new GetConversationIdRequest(); return TeaModel.build(map, self); } public GetConversationIdRequest setChatId(String chatId) { this.chatId = chatId; return this; } public String getChatId() { return this.chatId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy