7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/lexv2-runtime/LexRuntimeV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
35 AWS_LEXRUNTIMEV2_API
bool SignBody()
const override {
return false; }
44 template<
typename BotIdT = Aws::String>
45 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
46 template<
typename BotIdT = Aws::String>
56 template<
typename BotAliasIdT = Aws::String>
57 void SetBotAliasId(BotAliasIdT&& value) { m_botAliasIdHasBeenSet =
true; m_botAliasId = std::forward<BotAliasIdT>(value); }
58 template<
typename BotAliasIdT = Aws::String>
68 template<
typename LocaleIdT = Aws::String>
69 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
70 template<
typename LocaleIdT = Aws::String>
80 template<
typename SessionIdT = Aws::String>
81 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
82 template<
typename SessionIdT = Aws::String>
96 template<
typename SessionStateT = Aws::String>
97 void SetSessionState(SessionStateT&& value) { m_sessionStateHasBeenSet =
true; m_sessionState = std::forward<SessionStateT>(value); }
98 template<
typename SessionStateT = Aws::String>
113 template<
typename RequestAttributesT = Aws::String>
114 void SetRequestAttributes(RequestAttributesT&& value) { m_requestAttributesHasBeenSet =
true; m_requestAttributes = std::forward<RequestAttributesT>(value); }
115 template<
typename RequestAttributesT = Aws::String>
134 template<
typename RequestContentTypeT = Aws::String>
135 void SetRequestContentType(RequestContentTypeT&& value) { m_requestContentTypeHasBeenSet =
true; m_requestContentType = std::forward<RequestContentTypeT>(value); }
136 template<
typename RequestContentTypeT = Aws::String>
159 template<
typename ResponseContentTypeT = Aws::String>
160 void SetResponseContentType(ResponseContentTypeT&& value) { m_responseContentTypeHasBeenSet =
true; m_responseContentType = std::forward<ResponseContentTypeT>(value); }
161 template<
typename ResponseContentTypeT = Aws::String>
167 bool m_botIdHasBeenSet =
false;
170 bool m_botAliasIdHasBeenSet =
false;
173 bool m_localeIdHasBeenSet =
false;
176 bool m_sessionIdHasBeenSet =
false;
179 bool m_sessionStateHasBeenSet =
false;
182 bool m_requestAttributesHasBeenSet =
false;
185 bool m_requestContentTypeHasBeenSet =
false;
188 bool m_responseContentTypeHasBeenSet =
false;
AWS_LEXRUNTIMEV2_API bool SignBody() const override
RecognizeUtteranceRequest & WithSessionState(SessionStateT &&value)
RecognizeUtteranceRequest & WithLocaleId(LocaleIdT &&value)
bool BotIdHasBeenSet() const
const Aws::String & GetRequestAttributes() const
void SetResponseContentType(ResponseContentTypeT &&value)
bool SessionStateHasBeenSet() const
void SetBotAliasId(BotAliasIdT &&value)
const Aws::String & GetSessionState() const
void SetSessionId(SessionIdT &&value)
RecognizeUtteranceRequest & WithRequestContentType(RequestContentTypeT &&value)
const Aws::String & GetResponseContentType() const
void SetBotId(BotIdT &&value)
RecognizeUtteranceRequest & WithRequestAttributes(RequestAttributesT &&value)
void SetSessionState(SessionStateT &&value)
bool ResponseContentTypeHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
bool RequestAttributesHasBeenSet() const
RecognizeUtteranceRequest & WithBotAliasId(BotAliasIdT &&value)
bool SessionIdHasBeenSet() const
void SetRequestAttributes(RequestAttributesT &&value)
const Aws::String & GetRequestContentType() const
const Aws::String & GetBotId() const
RecognizeUtteranceRequest & WithBotId(BotIdT &&value)
AWS_LEXRUNTIMEV2_API RecognizeUtteranceRequest()=default
RecognizeUtteranceRequest & WithSessionId(SessionIdT &&value)
bool BotAliasIdHasBeenSet() const
AWS_LEXRUNTIMEV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetLocaleId() const
bool LocaleIdHasBeenSet() const
void SetRequestContentType(RequestContentTypeT &&value)
virtual const char * GetServiceRequestName() const override
RecognizeUtteranceRequest & WithResponseContentType(ResponseContentTypeT &&value)
const Aws::String & GetBotAliasId() const
const Aws::String & GetSessionId() const
bool RequestContentTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String