Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.InitialResponseSetting
-
Packages that use InitialResponseSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of InitialResponseSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return InitialResponseSetting Modifier and Type Method Description InitialResponseSettingCreateIntentRequest. initialResponseSetting()Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.InitialResponseSettingCreateIntentResponse. initialResponseSetting()Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.InitialResponseSettingDescribeIntentResponse. initialResponseSetting()Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.InitialResponseSettingUpdateIntentRequest. initialResponseSetting()Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.InitialResponseSettingUpdateIntentResponse. initialResponseSetting()Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type InitialResponseSetting Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. initialResponseSetting(InitialResponseSetting initialResponseSetting)Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.CreateIntentResponse.BuilderCreateIntentResponse.Builder. initialResponseSetting(InitialResponseSetting initialResponseSetting)Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. initialResponseSetting(InitialResponseSetting initialResponseSetting)Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. initialResponseSetting(InitialResponseSetting initialResponseSetting)Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. initialResponseSetting(InitialResponseSetting initialResponseSetting)Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
-