Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.Intent.Builder
-
Packages that use Intent.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of Intent.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return Intent.Builder Modifier and Type Method Description static Intent.BuilderIntent. builder()Intent.BuilderIntent.Builder. confirmationState(String confirmationState)Indicates whether the intent has beenConfirmed,Denied, orNoneif the confirmation stage has not yet been reached.Intent.BuilderIntent.Builder. confirmationState(ConfirmationState confirmationState)Indicates whether the intent has beenConfirmed,Denied, orNoneif the confirmation stage has not yet been reached.Intent.BuilderIntent.Builder. name(String name)The name of the intent.Intent.BuilderIntent.Builder. slots(Map<String,Slot> slots)A map of all of the slots for the intent.Intent.BuilderIntent.Builder. state(String state)Indicates the fulfillment state for the intent.Intent.BuilderIntent.Builder. state(IntentState state)Indicates the fulfillment state for the intent.Intent.BuilderIntent. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type Intent.Builder Modifier and Type Method Description static Class<? extends Intent.Builder>Intent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type Intent.Builder Modifier and Type Method Description default Interpretation.BuilderInterpretation.Builder. intent(Consumer<Intent.Builder> intent)A list of intents that might satisfy the user's utterance.default SessionState.BuilderSessionState.Builder. intent(Consumer<Intent.Builder> intent)The active intent that Amazon Lex V2 is processing.
-