7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-runtime/LexRuntimeV2Request.h>
10#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
15namespace LexRuntimeV2 {
32 AWS_LEXRUNTIMEV2_API
bool SignBody()
const override {
return false; }
40 template <
typename BotIdT = Aws::String>
42 m_botIdHasBeenSet =
true;
43 m_botId = std::forward<BotIdT>(value);
45 template <
typename BotIdT = Aws::String>
47 SetBotId(std::forward<BotIdT>(value));
58 template <
typename BotAliasIdT = Aws::String>
60 m_botAliasIdHasBeenSet =
true;
61 m_botAliasId = std::forward<BotAliasIdT>(value);
63 template <
typename BotAliasIdT = Aws::String>
76 template <
typename LocaleIdT = Aws::String>
78 m_localeIdHasBeenSet =
true;
79 m_localeId = std::forward<LocaleIdT>(value);
81 template <
typename LocaleIdT = Aws::String>
94 template <
typename SessionIdT = Aws::String>
96 m_sessionIdHasBeenSet =
true;
97 m_sessionId = std::forward<SessionIdT>(value);
99 template <
typename SessionIdT = Aws::String>
116 template <
typename SessionStateT = Aws::String>
118 m_sessionStateHasBeenSet =
true;
119 m_sessionState = std::forward<SessionStateT>(value);
121 template <
typename SessionStateT = Aws::String>
139 template <
typename RequestAttributesT = Aws::String>
141 m_requestAttributesHasBeenSet =
true;
142 m_requestAttributes = std::forward<RequestAttributesT>(value);
144 template <
typename RequestAttributesT = Aws::String>
166 template <
typename RequestContentTypeT = Aws::String>
168 m_requestContentTypeHasBeenSet =
true;
169 m_requestContentType = std::forward<RequestContentTypeT>(value);
171 template <
typename RequestContentTypeT = Aws::String>
197 template <
typename ResponseContentTypeT = Aws::String>
199 m_responseContentTypeHasBeenSet =
true;
200 m_responseContentType = std::forward<ResponseContentTypeT>(value);
202 template <
typename ResponseContentTypeT = Aws::String>
225 bool m_botIdHasBeenSet =
false;
226 bool m_botAliasIdHasBeenSet =
false;
227 bool m_localeIdHasBeenSet =
false;
228 bool m_sessionIdHasBeenSet =
false;
229 bool m_sessionStateHasBeenSet =
false;
230 bool m_requestAttributesHasBeenSet =
false;
231 bool m_requestContentTypeHasBeenSet =
false;
232 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