Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.FulfillmentActivityType
-
Packages that use FulfillmentActivityType Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of FulfillmentActivityType in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return FulfillmentActivityType Modifier and Type Method Description static FulfillmentActivityTypeFulfillmentActivityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FulfillmentActivityTypeFulfillmentActivity. type()How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application.static FulfillmentActivityTypeFulfillmentActivityType. 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.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type FulfillmentActivityType Modifier and Type Method Description static Set<FulfillmentActivityType>FulfillmentActivityType. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type FulfillmentActivityType Modifier and Type Method Description FulfillmentActivity.BuilderFulfillmentActivity.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.
-