Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.DialogAction.Builder
-
Packages that use DialogAction.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DialogAction.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DialogAction.Builder Modifier and Type Method Description static DialogAction.BuilderDialogAction. builder()DialogAction.BuilderDialogAction.Builder. slotToElicit(String slotToElicit)If the dialog action isElicitSlot, defines the slot to elicit from the user.DialogAction.BuilderDialogAction.Builder. suppressNextMessage(Boolean suppressNextMessage)When true the next message for the intent is not used.DialogAction.BuilderDialogAction. toBuilder()DialogAction.BuilderDialogAction.Builder. type(String type)The action that the bot should execute.DialogAction.BuilderDialogAction.Builder. type(DialogActionType type)The action that the bot should execute.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type DialogAction.Builder Modifier and Type Method Description static Class<? extends DialogAction.Builder>DialogAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type DialogAction.Builder Modifier and Type Method Description default DialogState.BuilderDialogState.Builder. dialogAction(Consumer<DialogAction.Builder> dialogAction)Sets the value of the DialogAction property for this object.
-