| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentState |
FulfillmentState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FulfillmentState |
DialogAction.fulfillmentState()
The fulfillment state of the intent.
|
FulfillmentState |
IntentSummary.fulfillmentState()
The fulfillment state of the intent.
|
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 |
|---|---|
static Set<FulfillmentState> |
FulfillmentState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DialogAction.Builder |
DialogAction.Builder.fulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.fulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
Copyright © 2023. All rights reserved.