Package | Description |
---|---|
com.amazon.ask.localdebug.util | |
com.amazon.ask.model.dynamicEndpoints |
Modifier and Type | Method and Description |
---|---|
static Request |
RequestResponseUtils.getDeserializeRequest(String skillRequestPayload)
Deserialize the incoming request payload into type
Request . |
Modifier and Type | Method and Description |
---|---|
static FailureResponse |
RequestResponseUtils.getLocalDebugFailureResponse(Request localDebugRequest,
Exception ex)
Builds a failure response for runtime exception encountered when invoking skill code.
|
static SuccessResponse |
RequestResponseUtils.getLocalDebugSuccessResponse(Request localDebugRequest,
String skillSuccessResponse)
Builds a success response for response payload obtained when invoking skill code.
|
static String |
RequestResponseUtils.getSkillResponse(Request localDebugRequest,
SkillInvokerConfiguration skillInvokerConfiguration)
Invokes skill code with skill request payload.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.Builder.build() |
Copyright © 2023. All rights reserved.