You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
256 B
Java
8 lines
256 B
Java
2 years ago
|
package com.supervision.rasa.constant;
|
||
|
|
||
|
public class RasaConstant {
|
||
|
|
||
|
public static final String TRAN_SUCCESS_MESSAGE = "Your Rasa model is trained and saved at";
|
||
|
public static final String RUN_SUCCESS_MESSAGE = "Rasa server is up and running";
|
||
|
}
|