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

com.aliyun.dingtalkdingmi_1_0.models.AskRobotResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class AskRobotResponseBody extends TeaModel {
    /**
     * example:
     * 

{"sessionUuid":"op_2c35e603af6c4e62bcf5xxxx","answerType":"recommendAnswer","recommendAnswerContent":["通讯录上人员可以排序吗?"]}

*/ @NameInMap("result") public String result; public static AskRobotResponseBody build(java.util.Map map) throws Exception { AskRobotResponseBody self = new AskRobotResponseBody(); return TeaModel.build(map, self); } public AskRobotResponseBody setResult(String result) { this.result = result; return this; } public String getResult() { return this.result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy