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

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

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

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@NoArgsConstructor
@AllArgsConstructor
@Data
public class AskRequest {
  private String userId;
  private String sessionId;
  private String question;
  private String platform;
  private String location;
  private String brand;
  private String format;
  private String userIp;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy