Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentClosingSetting
-
Packages that use IntentClosingSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentClosingSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentClosingSetting Modifier and Type Method Description IntentClosingSettingCreateIntentRequest. intentClosingSetting()Sets the response that Amazon Lex sends to the user when the intent is closed.IntentClosingSettingCreateIntentResponse. intentClosingSetting()The closing setting specified for the intent.IntentClosingSettingDescribeIntentResponse. intentClosingSetting()The response that Amazon Lex sends to when the intent is closed.IntentClosingSettingUpdateIntentRequest. intentClosingSetting()The new response that Amazon Lex sends the user when the intent is closed.IntentClosingSettingUpdateIntentResponse. intentClosingSetting()The updated response that Amazon Lex sends the user when the intent is closed.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentClosingSetting Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. intentClosingSetting(IntentClosingSetting intentClosingSetting)Sets the response that Amazon Lex sends to the user when the intent is closed.CreateIntentResponse.BuilderCreateIntentResponse.Builder. intentClosingSetting(IntentClosingSetting intentClosingSetting)The closing setting specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. intentClosingSetting(IntentClosingSetting intentClosingSetting)The response that Amazon Lex sends to when the intent is closed.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. intentClosingSetting(IntentClosingSetting intentClosingSetting)The new response that Amazon Lex sends the user when the intent is closed.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. intentClosingSetting(IntentClosingSetting intentClosingSetting)The updated response that Amazon Lex sends the user when the intent is closed.
-