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. | 
| Conversation | withClientId(int clientId)With client id. | 
| Conversation | withConfidence(Double confidence)With confidence. | 
| Conversation | withId(int id)With conversation id. | 
| Conversation | withInput(String input)With input. | 
equals, hashCode, toStringpublic 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 inputpublic void setResponse(List<String> response)
response - The responsepublic Conversation withClientId(int clientId)
clientId - the client idpublic Conversation withConfidence(Double confidence)
confidence - the confidencepublic Conversation withId(int id)
id - the idpublic Conversation withInput(String input)
input - the inputCopyright © 2015–2016. All rights reserved.