Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentConfirmationSetting
-
Packages that use IntentConfirmationSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentConfirmationSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentConfirmationSetting Modifier and Type Method Description IntentConfirmationSettingCreateIntentRequest. intentConfirmationSetting()Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.IntentConfirmationSettingCreateIntentResponse. intentConfirmationSetting()The confirmation setting specified for the intent.IntentConfirmationSettingDescribeIntentResponse. intentConfirmationSetting()Prompts that Amazon Lex sends to the user to confirm completion of an intent.IntentConfirmationSettingUpdateIntentRequest. intentConfirmationSetting()New prompts that Amazon Lex sends to the user to confirm the completion of an intent.IntentConfirmationSettingUpdateIntentResponse. intentConfirmationSetting()The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentConfirmationSetting Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.CreateIntentResponse.BuilderCreateIntentResponse.Builder. intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)The confirmation setting specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)Prompts that Amazon Lex sends to the user to confirm completion of an intent.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)New prompts that Amazon Lex sends to the user to confirm the completion of an intent.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
-