public class Greeting extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
USER_FIRST_NAME
Placeholder for the user first name.
|
static String |
USER_FULL_NAME
Placeholder for the user full name.
|
static String |
USER_LAST_NAME
Placeholder for the user last name.
|
| Constructor and Description |
|---|
Greeting(String text)
Instantiates a new greeting.
|
public static final String USER_FIRST_NAME
public static final String USER_LAST_NAME
public static final String USER_FULL_NAME
Copyright © 2017 BotMill. All rights reserved.