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