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/memory/stl/AWSVector.h>
11#include <aws/lexv2-runtime/model/SessionState.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/lexv2-runtime/model/Message.h>
49 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
63 inline void SetBotAliasId(
const char* value) { m_botAliasIdHasBeenSet =
true; m_botAliasId.assign(value); }
77 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
91 inline void SetSessionId(
const char* value) { m_sessionIdHasBeenSet =
true; m_sessionId.assign(value); }
160 inline void SetResponseContentType(
const char* value) { m_responseContentTypeHasBeenSet =
true; m_responseContentType.assign(value); }
168 bool m_botIdHasBeenSet =
false;
171 bool m_botAliasIdHasBeenSet =
false;
174 bool m_localeIdHasBeenSet =
false;
177 bool m_sessionIdHasBeenSet =
false;
180 bool m_messagesHasBeenSet =
false;
183 bool m_sessionStateHasBeenSet =
false;
186 bool m_requestAttributesHasBeenSet =
false;
189 bool m_responseContentTypeHasBeenSet =
false;
void SetBotAliasId(const Aws::String &value)
PutSessionRequest & WithBotAliasId(const char *value)
bool ResponseContentTypeHasBeenSet() const
bool LocaleIdHasBeenSet() const
bool BotAliasIdHasBeenSet() const
PutSessionRequest & AddRequestAttributes(const Aws::String &key, const Aws::String &value)
void SetBotAliasId(const char *value)
void SetSessionId(const char *value)
const Aws::String & GetResponseContentType() const
PutSessionRequest & WithSessionId(const char *value)
bool SessionStateHasBeenSet() const
PutSessionRequest & AddRequestAttributes(Aws::String &&key, Aws::String &&value)
void SetLocaleId(const Aws::String &value)
PutSessionRequest & AddRequestAttributes(const char *key, const char *value)
AWS_LEXRUNTIMEV2_API Aws::String SerializePayload() const override
PutSessionRequest & WithLocaleId(const Aws::String &value)
void SetBotAliasId(Aws::String &&value)
void SetSessionState(SessionState &&value)
PutSessionRequest & AddRequestAttributes(Aws::String &&key, const char *value)
PutSessionRequest & WithResponseContentType(const Aws::String &value)
void SetRequestAttributes(const Aws::Map< Aws::String, Aws::String > &value)
bool BotIdHasBeenSet() const
PutSessionRequest & WithRequestAttributes(const Aws::Map< Aws::String, Aws::String > &value)
PutSessionRequest & WithBotId(const Aws::String &value)
AWS_LEXRUNTIMEV2_API PutSessionRequest()
PutSessionRequest & WithResponseContentType(Aws::String &&value)
const Aws::String & GetBotAliasId() const
PutSessionRequest & WithBotAliasId(Aws::String &&value)
PutSessionRequest & WithBotId(const char *value)
void SetRequestAttributes(Aws::Map< Aws::String, Aws::String > &&value)
const SessionState & GetSessionState() const
const Aws::String & GetBotId() const
bool MessagesHasBeenSet() const
PutSessionRequest & WithResponseContentType(const char *value)
void SetResponseContentType(const char *value)
PutSessionRequest & WithSessionState(const SessionState &value)
void SetBotId(const char *value)
PutSessionRequest & WithBotId(Aws::String &&value)
PutSessionRequest & WithSessionId(Aws::String &&value)
PutSessionRequest & WithBotAliasId(const Aws::String &value)
void SetLocaleId(Aws::String &&value)
PutSessionRequest & WithSessionId(const Aws::String &value)
void SetResponseContentType(const Aws::String &value)
PutSessionRequest & WithMessages(Aws::Vector< Message > &&value)
void SetSessionState(const SessionState &value)
PutSessionRequest & WithLocaleId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetMessages(const Aws::Vector< Message > &value)
PutSessionRequest & AddMessages(Message &&value)
bool RequestAttributesHasBeenSet() const
AWS_LEXRUNTIMEV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutSessionRequest & AddMessages(const Message &value)
void SetBotId(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetRequestAttributes() const
PutSessionRequest & WithLocaleId(const char *value)
PutSessionRequest & AddRequestAttributes(const Aws::String &key, Aws::String &&value)
void SetResponseContentType(Aws::String &&value)
bool SessionIdHasBeenSet() const
PutSessionRequest & AddRequestAttributes(const char *key, Aws::String &&value)
PutSessionRequest & AddRequestAttributes(Aws::String &&key, const Aws::String &value)
void SetBotId(const Aws::String &value)
const Aws::String & GetSessionId() const
PutSessionRequest & WithMessages(const Aws::Vector< Message > &value)
const Aws::Vector< Message > & GetMessages() const
const Aws::String & GetLocaleId() const
PutSessionRequest & WithSessionState(SessionState &&value)
void SetSessionId(const Aws::String &value)
void SetMessages(Aws::Vector< Message > &&value)
void SetLocaleId(const char *value)
void SetSessionId(Aws::String &&value)
PutSessionRequest & WithRequestAttributes(Aws::Map< Aws::String, Aws::String > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector