Uses of Class
software.amazon.awssdk.services.lexruntime.model.ConfirmationStatus
-
Packages that use ConfirmationStatus Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of ConfirmationStatus in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return ConfirmationStatus Modifier and Type Method Description ConfirmationStatusIntentSummary. confirmationStatus()The status of the intent after the user responds to the confirmation prompt.static ConfirmationStatusConfirmationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfirmationStatusConfirmationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfirmationStatus[]ConfirmationStatus. 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 ConfirmationStatus Modifier and Type Method Description static Set<ConfirmationStatus>ConfirmationStatus. knownValues()Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type ConfirmationStatus Modifier and Type Method Description IntentSummary.BuilderIntentSummary.Builder. confirmationStatus(ConfirmationStatus confirmationStatus)The status of the intent after the user responds to the confirmation prompt.
-