public class Conversation extends GenericModel
DialogService
.Constructor and Description |
---|
Conversation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getClientId()
Gets the client id.
|
Double |
getConfidence()
Gets the confidence.
|
String |
getDialogId()
Gets the dialog id.
|
Integer |
getId()
Gets the id.
|
String |
getInput()
Gets the input.
|
List<String> |
getResponse()
Gets the response.
|
void |
setClientId(int clientId)
Sets the client id.
|
void |
setConfidence(Double confidence)
Sets the confidence.
|
void |
setDialogId(String dialogId)
Sets the dialog id.
|
void |
setId(int id)
Sets the id.
|
void |
setInput(String input)
Sets the input.
|
void |
setResponse(List<String> response)
Sets the response.
|
equals, hashCode, toString
public Integer getClientId()
public Double getConfidence()
public String getDialogId()
public Integer getId()
public String getInput()
public void setClientId(int clientId)
clientId
- The client_idpublic void setConfidence(Double confidence)
confidence
- The confidencepublic void setDialogId(String dialogId)
dialogId
- the dialogId to setpublic void setId(int id)
id
- the new idpublic void setInput(String input)
input
- The inputCopyright © 2015–2016 IBM Watson. All rights reserved.