| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
SendMessageApi.sendMessage(SendMessage JSON)
Use send_message to record when a user sends a message to other i.e.
|
com.squareup.okhttp.Call |
SendMessageApi.sendMessageAsync(SendMessage JSON,
ApiCallback<EventResponse> callback)
Use send_message to record when a user sends a message to other i.e.
|
com.squareup.okhttp.Call |
SendMessageApi.sendMessageCall(SendMessage JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendMessage
|
ApiResponse<EventResponse> |
SendMessageApi.sendMessageWithHttpInfo(SendMessage JSON)
Use send_message to record when a user sends a message to other i.e.
|
| Modifier and Type | Method and Description |
|---|---|
SendMessage |
SendMessage.content(String content) |
SendMessage |
SendMessage.customInfo(CustomInfo customInfo) |
SendMessage |
SendMessage.deviceIp(String deviceIp) |
SendMessage |
SendMessage.originTimestamp(String originTimestamp) |
SendMessage |
SendMessage.recipientUserId(String recipientUserId) |
SendMessage |
SendMessage.sessionId(String sessionId) |
SendMessage |
SendMessage.subject(String subject) |
SendMessage |
SendMessage.userId(String userId) |
Copyright © 2017. All rights reserved.