| Package | Description |
|---|---|
| com.messagebird.objects.conversations |
| Modifier and Type | Method and Description |
|---|---|
static ConversationMessageTag |
ConversationMessageTag.forValue(String value) |
ConversationMessageTag |
ConversationStartRequest.getTag() |
ConversationMessageTag |
ConversationSendRequest.getTag() |
ConversationMessageTag |
ConversationMessage.getTag() |
static ConversationMessageTag |
ConversationMessageTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationMessageTag[] |
ConversationMessageTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationStartRequest.setTag(ConversationMessageTag tag) |
void |
ConversationSendRequest.setTag(ConversationMessageTag tag) |
void |
ConversationMessage.setTag(ConversationMessageTag tag) |
| Constructor and Description |
|---|
ConversationSendRequest(String to,
ConversationContentType type,
ConversationContent content,
String from,
String reportUrl,
ConversationFallbackOption fallback,
Map<String,Object> source,
ConversationMessageTag tag) |
ConversationStartRequest(String to,
ConversationContentType type,
ConversationContent content,
String channelId,
Map<String,Object> source,
ConversationMessageTag tag) |
Copyright © 2024. All rights reserved.