Lines Matching refs:UpdateBotLocaleRequest

22   class AWS_LEXMODELSV2_API UpdateBotLocaleRequest : public LexModelsV2Request
25 UpdateBotLocaleRequest();
64 …inline UpdateBotLocaleRequest& WithBotId(const Aws::String& value) { SetBotId(value); return *this… in WithBotId()
69 …inline UpdateBotLocaleRequest& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return… in WithBotId()
74 inline UpdateBotLocaleRequest& WithBotId(const char* value) { SetBotId(value); return *this;} in WithBotId()
111 …inline UpdateBotLocaleRequest& WithBotVersion(const Aws::String& value) { SetBotVersion(value); re… in WithBotVersion()
117 …inline UpdateBotLocaleRequest& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value… in WithBotVersion()
123 …inline UpdateBotLocaleRequest& WithBotVersion(const char* value) { SetBotVersion(value); return *t… in WithBotVersion()
172 …inline UpdateBotLocaleRequest& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return… in WithLocaleId()
180 …inline UpdateBotLocaleRequest& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); … in WithLocaleId()
188 …inline UpdateBotLocaleRequest& WithLocaleId(const char* value) { SetLocaleId(value); return *this;} in WithLocaleId()
219 …inline UpdateBotLocaleRequest& WithDescription(const Aws::String& value) { SetDescription(value); … in WithDescription()
224 …inline UpdateBotLocaleRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(val… in WithDescription()
229 …inline UpdateBotLocaleRequest& WithDescription(const char* value) { SetDescription(value); return … in WithDescription()
258 …inline UpdateBotLocaleRequest& WithNluIntentConfidenceThreshold(double value) { SetNluIntentConfid… in WithNluIntentConfidenceThreshold()
289 …inline UpdateBotLocaleRequest& WithVoiceSettings(const VoiceSettings& value) { SetVoiceSettings(va… in WithVoiceSettings()
295 …inline UpdateBotLocaleRequest& WithVoiceSettings(VoiceSettings&& value) { SetVoiceSettings(std::mo… in WithVoiceSettings()