public abstract class SpeechSendEvent extends SendEvent
mCallback, mOutputStream| Constructor and Description |
|---|
SpeechSendEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFormDataParts(okhttp3.MultipartBody.Builder builder)
When override, our extending classes can add their own data to the POST
|
protected java.lang.String |
getEvent()
Get our JSON
Event for this call |
protected abstract okhttp3.RequestBody |
getRequestBody() |
completeGet, completePost, prepareConnection@NotNull protected java.lang.String getEvent()
SendEventEvent for this callprotected void addFormDataParts(okhttp3.MultipartBody.Builder builder)
SendEventaddFormDataParts in class SendEventbuilder - with audio data@NotNull protected abstract okhttp3.RequestBody getRequestBody()