Interface TextMessageVariable
public interface TextMessageVariable
Generated by: JavaInterface
-
Method Summary
-
Method Details
-
setValue
- Parameters:
val- The value of the variable.- Since:
- ARI_1_5_0
-
setKey
- Parameters:
val- A unique key identifying the variable.- Since:
- ARI_1_5_0
-
getKey
String getKey()A unique key identifying the variable.- Returns:
- String
- Since:
- ARI_1_5_0
-
getValue
String getValue()The value of the variable.- Returns:
- String
- Since:
- ARI_1_5_0
-