提交验证kafka方法
This commit is contained in:
@@ -2,7 +2,9 @@ package com.volvo.ai.analytic.center.dto.corpus;
|
||||
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonRawValue;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AicorpusTelephoneDTO {
|
||||
private String appid;
|
||||
private String audioUrl;
|
||||
@@ -17,6 +19,8 @@ public class AicorpusTelephoneDTO {
|
||||
private int platformType;
|
||||
private String displayUrl;
|
||||
|
||||
private String aiAnalysisRequestId;
|
||||
|
||||
// Getters and Setters
|
||||
public String getAppid() {
|
||||
return appid;
|
||||
|
||||
Reference in New Issue
Block a user