7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AgentPromptT = Aws::String>
47 void SetAgentPrompt(AgentPromptT&& value) { m_agentPromptHasBeenSet =
true; m_agentPrompt = std::forward<AgentPromptT>(value); }
48 template<
typename AgentPromptT = Aws::String>
54 bool m_agentPromptHasBeenSet =
false;
AWS_LEXMODELSV2_API AgentTurnSpecification()=default
const Aws::String & GetAgentPrompt() const
bool AgentPromptHasBeenSet() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AgentTurnSpecification & WithAgentPrompt(AgentPromptT &&value)
AWS_LEXMODELSV2_API AgentTurnSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API AgentTurnSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentPrompt(AgentPromptT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue