| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentState |
FulfillmentState.fromValue(String value)
Use this in place of valueOf.
|
static FulfillmentState |
FulfillmentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FulfillmentState[] |
FulfillmentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DialogAction |
DialogAction.withFulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
IntentSummary |
IntentSummary.withFulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
Copyright © 2023. All rights reserved.