Uses of Class
software.amazon.awssdk.services.lexruntime.model.FulfillmentState
-
Packages that use FulfillmentState Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of FulfillmentState in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return FulfillmentState Modifier and Type Method Description static FulfillmentStateFulfillmentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FulfillmentStateDialogAction. fulfillmentState()The fulfillment state of the intent.FulfillmentStateIntentSummary. fulfillmentState()The fulfillment state of the intent.static FulfillmentStateFulfillmentState. 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.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type FulfillmentState Modifier and Type Method Description static Set<FulfillmentState>FulfillmentState. knownValues()Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type FulfillmentState Modifier and Type Method Description DialogAction.BuilderDialogAction.Builder. fulfillmentState(FulfillmentState fulfillmentState)The fulfillment state of the intent.IntentSummary.BuilderIntentSummary.Builder. fulfillmentState(FulfillmentState fulfillmentState)The fulfillment state of the intent.
-