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

com.litongjava.utils.ibot.robot.NLPResponse Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.litongjava.utils.ibot.robot;

import lombok.Data;

import java.util.List;

/**
 * @author litong
 * @date 2019年2月18日_下午5:29:37
 * @version 1.0
 */
@Data
public class NLPResponse {

  private int type;
  private String content;
  private String nodeId;
  private double similarity;
  private String moduleId;
  private int callbackParamType;
  private List relatedQuestions;
  private List commands;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy