| Package | Description |
|---|---|
| com.amazon.ask.model | |
| com.amazon.ask.model.canfulfill | |
| com.amazon.ask.response |
| Modifier and Type | Method and Description |
|---|---|
CanFulfillIntent |
Response.getCanFulfillIntent()
Get canFulfillIntent
|
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.withCanFulfillIntent(CanFulfillIntent canFulfillIntent) |
| Modifier and Type | Method and Description |
|---|---|
CanFulfillIntent |
CanFulfillIntent.Builder.build() |
| Modifier and Type | Field and Description |
|---|---|
protected CanFulfillIntent |
ResponseBuilder.canFulfillIntent
Instance of
CanFulfillIntent. |
| Modifier and Type | Method and Description |
|---|---|
ResponseBuilder |
ResponseBuilder.withCanFulfillIntent(CanFulfillIntent canFulfillIntent)
Helper method for adding canFulfillIntent to response.
|
Copyright © 2023. All rights reserved.