public class SemanticResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
answer
部分类别的结果html5展示,目前不支持
|
protected String |
query
识别内容
|
protected String |
text
特殊回复说明
|
protected String |
type
结果类型
|
| 构造器和说明 |
|---|
SemanticResponse() |
protected String query
protected String type
protected String answer
protected String text
public String getQuery()
public void setQuery(String query)
public String getType()
public void setType(String type)
public String getAnswer()
public void setAnswer(String answer)
public String getText()
public void setText(String text)
Copyright © 2020. All Rights Reserved.