| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentActivityType |
FulfillmentActivityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FulfillmentActivityType |
FulfillmentActivity.type()
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the
client application.
|
static FulfillmentActivityType |
FulfillmentActivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FulfillmentActivityType[] |
FulfillmentActivityType.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<FulfillmentActivityType> |
FulfillmentActivityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FulfillmentActivity.Builder |
FulfillmentActivity.Builder.type(FulfillmentActivityType type)
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the
client application.
|
Copyright © 2023. All rights reserved.