7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AiAgentInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename SessionArnT = Aws::String>
44 m_sessionArnHasBeenSet =
true;
45 m_sessionArn = std::forward<SessionArnT>(value);
47 template <
typename SessionArnT = Aws::String>
60 template <
typename AiAgentsT = Aws::Vector<AiAgentInfo>>
62 m_aiAgentsHasBeenSet =
true;
63 m_aiAgents = std::forward<AiAgentsT>(value);
65 template <
typename AiAgentsT = Aws::Vector<AiAgentInfo>>
70 template <
typename AiAgentsT = AiAgentInfo>
72 m_aiAgentsHasBeenSet =
true;
73 m_aiAgents.emplace_back(std::forward<AiAgentsT>(value));
81 bool m_sessionArnHasBeenSet =
false;
82 bool m_aiAgentsHasBeenSet =
false;
WisdomInfo & AddAiAgents(AiAgentsT &&value)
bool AiAgentsHasBeenSet() const
WisdomInfo & WithAiAgents(AiAgentsT &&value)
bool SessionArnHasBeenSet() const
const Aws::Vector< AiAgentInfo > & GetAiAgents() const
void SetAiAgents(AiAgentsT &&value)
WisdomInfo & WithSessionArn(SessionArnT &&value)
void SetSessionArn(SessionArnT &&value)
AWS_CONNECT_API WisdomInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSessionArn() const
AWS_CONNECT_API WisdomInfo()=default
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API WisdomInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue