9#include <aws/lex/LexRuntimeServiceErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/lex/LexRuntimeServiceEndpointProvider.h>
21#include <aws/lex/model/DeleteSessionResult.h>
22#include <aws/lex/model/GetSessionResult.h>
23#include <aws/lex/model/PostContentResult.h>
24#include <aws/lex/model/PostTextResult.h>
25#include <aws/lex/model/PutSessionResult.h>
33 class HttpClientFactory;
38 template<
typename R,
typename E>
class Outcome;
49 class AWSCredentialsProvider;
57 namespace LexRuntimeService
EndpointProviderBase< LexRuntimeServiceClientConfiguration, LexRuntimeServiceBuiltInParameters, LexRuntimeServiceClientContextParameters > LexRuntimeServiceEndpointProviderBase
Aws::Utils::Outcome< PostContentResult, LexRuntimeServiceError > PostContentOutcome
std::future< PutSessionOutcome > PutSessionOutcomeCallable
Aws::Utils::Outcome< PostTextResult, LexRuntimeServiceError > PostTextOutcome
std::future< PostTextOutcome > PostTextOutcomeCallable
Aws::Utils::Outcome< GetSessionResult, LexRuntimeServiceError > GetSessionOutcome
std::future< DeleteSessionOutcome > DeleteSessionOutcomeCallable
std::future< PostContentOutcome > PostContentOutcomeCallable
Aws::Utils::Outcome< PutSessionResult, LexRuntimeServiceError > PutSessionOutcome
Aws::Utils::Outcome< DeleteSessionResult, LexRuntimeServiceError > DeleteSessionOutcome
std::future< GetSessionOutcome > GetSessionOutcomeCallable
std::function< void(const LexRuntimeServiceClient *, const Model::DeleteSessionRequest &, const Model::DeleteSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSessionResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::PostTextRequest &, const Model::PostTextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PostTextResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::PutSessionRequest &, Model::PutSessionOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutSessionResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::GetSessionRequest &, const Model::GetSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSessionResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::PostContentRequest &, Model::PostContentOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PostContentResponseReceivedHandler