public final class Response extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Response.Builder |
Modifier and Type | Method and Description |
---|---|
static Response.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getApiResponse()
API response object containing API response value(s)
|
CanFulfillIntent |
getCanFulfillIntent()
Get canFulfillIntent
|
Card |
getCard()
Get card
|
List<Directive> |
getDirectives()
Get directives
|
ExperimentTriggerResponse |
getExperimentation()
Experiment trigger response from skill
|
OutputSpeech |
getOutputSpeech()
Get outputSpeech
|
Reprompt |
getReprompt()
Get reprompt
|
Boolean |
getShouldEndSession()
Get shouldEndSession
|
int |
hashCode() |
String |
toString() |
public static Response.Builder builder()
public OutputSpeech getOutputSpeech()
public Card getCard()
public Reprompt getReprompt()
public Object getApiResponse()
public Boolean getShouldEndSession()
public CanFulfillIntent getCanFulfillIntent()
public ExperimentTriggerResponse getExperimentation()
Copyright © 2023. All rights reserved.