public class ConversationParameters extends Object implements Serializable
Constructor and Description |
---|
ConversationParameters(String name,
String caption,
String description)
Creates new conversation input parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
getCaption()
Returns the short description.
|
String |
getDescription()
Returns the long description.
|
String |
getName()
Returns the name of the conversation.
|
String |
toString() |
public String getName()
public String getCaption()
public String getDescription()