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

com.aliyun.dingtalkim_1_0.models.SendRobotInteractiveCardResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class SendRobotInteractiveCardResponseBody extends TeaModel {
    // 用于业务方后续查看已读列表的查询key
    @NameInMap("processQueryKey")
    public String processQueryKey;

    public static SendRobotInteractiveCardResponseBody build(java.util.Map map) throws Exception {
        SendRobotInteractiveCardResponseBody self = new SendRobotInteractiveCardResponseBody();
        return TeaModel.build(map, self);
    }

    public SendRobotInteractiveCardResponseBody setProcessQueryKey(String processQueryKey) {
        this.processQueryKey = processQueryKey;
        return this;
    }
    public String getProcessQueryKey() {
        return this.processQueryKey;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy