| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentClosingSetting |
CreateIntentRequest.intentClosingSetting()
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
IntentClosingSetting |
CreateIntentResponse.intentClosingSetting()
The closing setting specified for the intent.
|
IntentClosingSetting |
DescribeIntentResponse.intentClosingSetting()
The response that Amazon Lex sends to when the intent is closed.
|
IntentClosingSetting |
UpdateIntentRequest.intentClosingSetting()
The new response that Amazon Lex sends the user when the intent is closed.
|
IntentClosingSetting |
UpdateIntentResponse.intentClosingSetting()
The updated response that Amazon Lex sends the user when the intent is closed.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
The closing setting specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
The response that Amazon Lex sends to when the intent is closed.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
The new response that Amazon Lex sends the user when the intent is closed.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
Copyright © 2022. All rights reserved.