Interface SendMessageResponse
public interface SendMessageResponse
SendMessageResponse
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic SendMessageResponse.Builder
builder()
Getting builderTimestamp when the Conversation API accepted the message for delivery to the referenced contact.The ID of the message.
-
Method Details
-
getAcceptedTime
Instant getAcceptedTime()Timestamp when the Conversation API accepted the message for delivery to the referenced contact.- Returns:
- acceptedTime
- Read Only
- This field is returned by the server and cannot be modified
-
getMessageId
String getMessageId()The ID of the message.- Returns:
- messageId
- Read Only
- This field is returned by the server and cannot be modified
-
builder
Getting builder- Returns:
- New Builder instance
-