public class EndpointEnumerationServiceClient extends com.amazon.ask.model.services.BaseServiceClient implements EndpointEnumerationService
| Constructor and Description |
|---|
EndpointEnumerationServiceClient(com.amazon.ask.model.services.ApiConfiguration apiConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
com.amazon.ask.model.services.ApiResponse<EndpointEnumerationResponse> |
callGetEndpoints()
This API is invoked by the skill to retrieve endpoints connected to the Echo device.
|
EndpointEnumerationResponse |
getEndpoints()
This API is invoked by the skill to retrieve endpoints connected to the Echo device.
|
public EndpointEnumerationServiceClient(com.amazon.ask.model.services.ApiConfiguration apiConfiguration)
public com.amazon.ask.model.services.ApiResponse<EndpointEnumerationResponse> callGetEndpoints() throws com.amazon.ask.model.services.ServiceException
callGetEndpoints in interface EndpointEnumerationServicecom.amazon.ask.model.services.ServiceException - if fails to make API callpublic EndpointEnumerationResponse getEndpoints() throws com.amazon.ask.model.services.ServiceException
getEndpoints in interface EndpointEnumerationServicecom.amazon.ask.model.services.ServiceException - if fails to make API callCopyright © 2023. All rights reserved.