FeedbackRecord Class
- java.
lang. Object - com.
microsoft. bot. ai. qna. models. FeedbackRecord
- com.
public class FeedbackRecord
Active learning feedback record.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| FeedbackRecord() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Integer |
getQnaId()
Gets the QnA ID. |
| java.lang.String |
getUserId()
Gets the feedback record's user ID. |
| java.lang.String |
getUserQuestion()
Gets the question asked by the user. |
| void |
setQnaId(Integer withQnaId)
Sets the QnA ID. |
| void |
setUserId(String withUserId)
Sets the feedback record's user ID. |
| void |
setUserQuestion(String withUserQuestion)
Sets question asked by the user. |
Methods inherited from java.lang.Object
Constructor Details
FeedbackRecord
public FeedbackRecord()
Method Details
getQnaId
public Integer getQnaId()
Gets the QnA ID.
Returns:
getUserId
public String getUserId()
Gets the feedback record's user ID.
Returns:
getUserQuestion
public String getUserQuestion()
Gets the question asked by the user.
Returns:
setQnaId
public void setQnaId(Integer withQnaId)
Sets the QnA ID.
Parameters:
setUserId
public void setUserId(String withUserId)
Sets the feedback record's user ID.
Parameters:
setUserQuestion
public void setUserQuestion(String withUserQuestion)
Sets question asked by the user.
Parameters: