| Package | Description |
|---|---|
| com.messagebird.objects.conversations |
| Modifier and Type | Method and Description |
|---|---|
static ConversationHsmLocalizableParameter |
ConversationHsmLocalizableParameter.currency(String defaultValue,
String code,
int amount)
Gets a parameter that localizes a currency.
|
static ConversationHsmLocalizableParameter |
ConversationHsmLocalizableParameter.dateTime(String defaultValue,
Date dateTime)
Gets a parameter that localizes a date/time.
|
static ConversationHsmLocalizableParameter |
ConversationHsmLocalizableParameter.defaultValue(String defaultValue)
Gets a parameter that does a simple replacement without localization.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConversationHsmLocalizableParameter> |
ConversationContentHsm.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationContentHsm.addParams(ConversationHsmLocalizableParameter... params) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationContentHsm.setParams(List<ConversationHsmLocalizableParameter> params) |
| Constructor and Description |
|---|
ConversationContentHsm(String namespace,
String templateName,
ConversationHsmLanguage language,
List<ConversationHsmLocalizableParameter> params,
List<MessageComponent> components) |
Copyright © 2024. All rights reserved.