public interface WebSocketClient
Modifier and Type | Method and Description |
---|---|
void |
invoke()
Invokes the underlying web-socket client to initiate a connection.
|
void |
sendSkillResponse(String localDebugASKResponse)
Sends skill response over the established web-socket connection.
|
void invoke()
void sendSkillResponse(String localDebugASKResponse)
localDebugASKResponse
- sends response of the serialized
SuccessResponse
or FailureResponse
over the established web-socket connection.Copyright © 2023. All rights reserved.