/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in LexRuntimeServiceClient header */ #include #include #include #include #include /* End of service model headers required in LexRuntimeServiceClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace LexRuntimeService { using LexRuntimeServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using LexRuntimeServiceEndpointProviderBase = Aws::LexRuntimeService::Endpoint::LexRuntimeServiceEndpointProviderBase; using LexRuntimeServiceEndpointProvider = Aws::LexRuntimeService::Endpoint::LexRuntimeServiceEndpointProvider; namespace Model { /* Service model forward declarations required in LexRuntimeServiceClient header */ class DeleteSessionRequest; class GetSessionRequest; class PostContentRequest; class PostTextRequest; class PutSessionRequest; /* End of service model forward declarations required in LexRuntimeServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteSessionOutcome; typedef Aws::Utils::Outcome GetSessionOutcome; typedef Aws::Utils::Outcome PostContentOutcome; typedef Aws::Utils::Outcome PostTextOutcome; typedef Aws::Utils::Outcome PutSessionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteSessionOutcomeCallable; typedef std::future GetSessionOutcomeCallable; typedef std::future PostContentOutcomeCallable; typedef std::future PostTextOutcomeCallable; typedef std::future PutSessionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class LexRuntimeServiceClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteSessionResponseReceivedHandler; typedef std::function&) > GetSessionResponseReceivedHandler; typedef std::function&) > PostContentResponseReceivedHandler; typedef std::function&) > PostTextResponseReceivedHandler; typedef std::function&) > PutSessionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace LexRuntimeService } // namespace Aws