| 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,
AIServiceContext serviceContext)
Make request to the AI service.
|
AIResponse |
AIDataService.request(AIRequest request,
RequestExtras requestExtras)
Make request to the AI service.
|
AIResponse |
AIDataService.request(AIRequest request,
RequestExtras requestExtras,
AIServiceContext serviceContext)
Make request to the AI service.
|
AIResponse |
AIDataService.uploadUserEntities(Collection<Entity> userEntities)
Add a bunch of new entity to an agent entity list
|
AIResponse |
AIDataService.uploadUserEntities(Collection<Entity> userEntities,
AIServiceContext serviceContext)
Add a bunch of new entity to an agent entity list
|
AIResponse |
AIDataService.uploadUserEntity(Entity userEntity)
Add new entity to an agent entity list
|
AIResponse |
AIDataService.uploadUserEntity(Entity userEntity,
AIServiceContext serviceContext)
Add new entity to an agent entity list
|
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.
|
AIResponse |
AIDataService.voiceRequest(InputStream voiceStream,
RequestExtras requestExtras,
AIServiceContext serviceContext)
Make requests to the AI service with voice data.
|
| Constructor and Description |
|---|
AIServiceException(AIResponse aiResponse) |
| Constructor and Description |
|---|
AIError(AIResponse aiResponse) |
Copyright © 2017. All rights reserved.