7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-runtime/model/SessionState.h>
11#include <aws/lexv2-runtime/model/Message.h>
12#include <aws/lexv2-runtime/model/Interpretation.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
46 inline void SetSessionId(
const char* value) { m_sessionId.assign(value); }
102 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetInterpretations(const Aws::Vector< Interpretation > &value)
const Aws::Vector< Interpretation > & GetInterpretations() const
GetSessionResult & AddMessages(const Message &value)
GetSessionResult & WithSessionId(const Aws::String &value)
const SessionState & GetSessionState() const
AWS_LEXRUNTIMEV2_API GetSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSessionResult & WithRequestId(const char *value)
GetSessionResult & WithRequestId(Aws::String &&value)
const Aws::Vector< Message > & GetMessages() const
GetSessionResult & WithSessionState(SessionState &&value)
GetSessionResult & WithInterpretations(Aws::Vector< Interpretation > &&value)
GetSessionResult & WithSessionId(const char *value)
void SetRequestId(Aws::String &&value)
GetSessionResult & WithSessionState(const SessionState &value)
GetSessionResult & AddMessages(Message &&value)
void SetMessages(const Aws::Vector< Message > &value)
AWS_LEXRUNTIMEV2_API GetSessionResult()
GetSessionResult & AddInterpretations(const Interpretation &value)
const Aws::String & GetSessionId() const
void SetInterpretations(Aws::Vector< Interpretation > &&value)
GetSessionResult & WithInterpretations(const Aws::Vector< Interpretation > &value)
GetSessionResult & WithSessionId(Aws::String &&value)
GetSessionResult & WithMessages(const Aws::Vector< Message > &value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
AWS_LEXRUNTIMEV2_API GetSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSessionId(const Aws::String &value)
GetSessionResult & WithRequestId(const Aws::String &value)
void SetSessionState(SessionState &&value)
void SetSessionId(Aws::String &&value)
GetSessionResult & AddInterpretations(Interpretation &&value)
void SetSessionId(const char *value)
void SetRequestId(const char *value)
void SetSessionState(const SessionState &value)
void SetMessages(Aws::Vector< Message > &&value)
GetSessionResult & WithMessages(Aws::Vector< Message > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue