@Deprecated public class RasrDialogModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private List<String> |
action
已过时。
动作
|
private String |
intent
已过时。
意图
|
private String |
role
已过时。
角色
|
private Long |
speakTime
已过时。
说话时间 毫秒级时间戳(历史问题)
|
private List<String> |
tag
已过时。
标签
|
private String |
text
已过时。
内容
|
| 构造器和说明 |
|---|
RasrDialogModel()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getAction()
已过时。
|
String |
getIntent()
已过时。
|
String |
getRole()
已过时。
|
Long |
getSpeakTime()
已过时。
|
List<String> |
getTag()
已过时。
|
String |
getText()
已过时。
|
void |
setAction(List<String> action)
已过时。
|
void |
setIntent(String intent)
已过时。
|
void |
setRole(String role)
已过时。
|
void |
setSpeakTime(Long speakTime)
已过时。
|
void |
setTag(List<String> tag)
已过时。
|
void |
setText(String text)
已过时。
|
private String role
private Long speakTime
private String text
private String intent
public String getRole()
public void setRole(String role)
public Long getSpeakTime()
public void setSpeakTime(Long speakTime)
public String getText()
public void setText(String text)
public String getIntent()
public void setIntent(String intent)
Copyright © 2024. All rights reserved.