| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IntentClosingSetting.Builder |
IntentClosingSetting.builder() |
default IntentClosingSetting.Builder |
IntentClosingSetting.Builder.closingResponse(Consumer<ResponseSpecification.Builder> closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
IntentClosingSetting.Builder |
IntentClosingSetting.Builder.closingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
IntentClosingSetting.Builder |
IntentClosingSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentClosingSetting.Builder> |
IntentClosingSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The response that Amazon Lex sends to when the intent is closed.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The closing setting specified for the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentClosingSetting(Consumer<IntentClosingSetting.Builder> intentClosingSetting)
The new response that Amazon Lex sends the user when the intent is closed.
|
Copyright © 2021. All rights reserved.