Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.IntentClosingSetting.Builder
-
Packages that use IntentClosingSetting.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentClosingSetting.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentClosingSetting.Builder Modifier and Type Method Description IntentClosingSetting.BuilderIntentClosingSetting.Builder. active(Boolean active)Specifies whether an intent's closing response is used.static IntentClosingSetting.BuilderIntentClosingSetting. builder()default IntentClosingSetting.BuilderIntentClosingSetting.Builder. closingResponse(Consumer<ResponseSpecification.Builder> closingResponse)The response that Amazon Lex sends to the user when the intent is complete.IntentClosingSetting.BuilderIntentClosingSetting.Builder. closingResponse(ResponseSpecification closingResponse)The response that Amazon Lex sends to the user when the intent is complete.default IntentClosingSetting.BuilderIntentClosingSetting.Builder. conditional(Consumer<ConditionalSpecification.Builder> conditional)A list of conditional branches associated with the intent's closing response.IntentClosingSetting.BuilderIntentClosingSetting.Builder. conditional(ConditionalSpecification conditional)A list of conditional branches associated with the intent's closing response.default IntentClosingSetting.BuilderIntentClosingSetting.Builder. nextStep(Consumer<DialogState.Builder> nextStep)Specifies the next step that the bot executes after playing the intent's closing response.IntentClosingSetting.BuilderIntentClosingSetting.Builder. nextStep(DialogState nextStep)Specifies the next step that the bot executes after playing the intent's closing response.IntentClosingSetting.BuilderIntentClosingSetting. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type IntentClosingSetting.Builder Modifier and Type Method Description static Class<? extends IntentClosingSetting.Builder>IntentClosingSetting. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type IntentClosingSetting.Builder Modifier and Type Method Description default CreateIntentRequest.BuilderCreateIntentRequest.Builder. intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)Sets the response that Amazon Lex sends to the user when the intent is closed.default CreateIntentResponse.BuilderCreateIntentResponse.Builder. intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)The closing setting specified for the intent.default DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)The response that Amazon Lex sends to when the intent is closed.default UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)The new response that Amazon Lex sends the user when the intent is closed.default UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)The updated response that Amazon Lex sends the user when the intent is closed.
-