| Package | Description |
|---|---|
| ai.api | |
| ai.api.model |
| Modifier and Type | Method and Description |
|---|---|
AIResponse |
AIServiceException.getResponse() |
AIResponse |
AIDataService.request(AIRequest request)
Make request to the ai service.
|
AIResponse |
AIDataService.request(AIRequest request,
RequestExtras requestExtras)
Make request to the ai service.
|
AIResponse |
AIDataService.uploadUserEntities(Collection<Entity> userEntities) |
AIResponse |
AIDataService.uploadUserEntity(Entity userEntity) |
AIResponse |
AIDataService.voiceRequest(InputStream voiceStream)
Make requests to the ai service with voice data.
|
AIResponse |
AIDataService.voiceRequest(InputStream voiceStream,
List<AIContext> aiContexts)
Make requests to the ai service with voice data.
|
AIResponse |
AIDataService.voiceRequest(InputStream voiceStream,
RequestExtras requestExtras)
Make requests to the ai service with voice data.
|
| Constructor and Description |
|---|
AIServiceException(AIResponse aiResponse) |
| Constructor and Description |
|---|
AIError(AIResponse aiResponse) |
Copyright © 2016. All rights reserved.