| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentClosingSetting |
IntentClosingSetting.clone() |
IntentClosingSetting |
DescribeIntentResult.getIntentClosingSetting()
The response that Amazon Lex sends to when the intent is closed.
|
IntentClosingSetting |
CreateIntentRequest.getIntentClosingSetting()
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
IntentClosingSetting |
UpdateIntentRequest.getIntentClosingSetting()
The new response that Amazon Lex sends the user when the intent is closed.
|
IntentClosingSetting |
CreateIntentResult.getIntentClosingSetting()
The closing setting specified for the intent.
|
IntentClosingSetting |
UpdateIntentResult.getIntentClosingSetting()
The updated response that Amazon Lex sends the user when the intent is closed.
|
IntentClosingSetting |
IntentClosingSetting.withActive(Boolean active)
Specifies whether an intent's closing response is used.
|
IntentClosingSetting |
IntentClosingSetting.withClosingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIntentResult.setIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The response that Amazon Lex sends to when the intent is closed.
|
void |
CreateIntentRequest.setIntentClosingSetting(IntentClosingSetting intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
void |
UpdateIntentRequest.setIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The new response that Amazon Lex sends the user when the intent is closed.
|
void |
CreateIntentResult.setIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The closing setting specified for the intent.
|
void |
UpdateIntentResult.setIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
DescribeIntentResult |
DescribeIntentResult.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The response that Amazon Lex sends to when the intent is closed.
|
CreateIntentRequest |
CreateIntentRequest.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The new response that Amazon Lex sends the user when the intent is closed.
|
CreateIntentResult |
CreateIntentResult.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The closing setting specified for the intent.
|
UpdateIntentResult |
UpdateIntentResult.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The updated response that Amazon Lex sends the user when the intent is closed.
|
Copyright © 2021. All rights reserved.