7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename InvocationLabelT = Aws::String>
59 void SetInvocationLabel(InvocationLabelT&& value) { m_invocationLabelHasBeenSet =
true; m_invocationLabel = std::forward<InvocationLabelT>(value); }
60 template<
typename InvocationLabelT = Aws::String>
65 bool m_enableCodeHookInvocation{
false};
66 bool m_enableCodeHookInvocationHasBeenSet =
false;
69 bool m_invocationLabelHasBeenSet =
false;
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEnableCodeHookInvocation(bool value)
bool InvocationLabelHasBeenSet() const
const Aws::String & GetInvocationLabel() const
AWS_LEXMODELSV2_API ElicitationCodeHookInvocationSetting()=default
ElicitationCodeHookInvocationSetting & WithInvocationLabel(InvocationLabelT &&value)
bool GetEnableCodeHookInvocation() const
void SetInvocationLabel(InvocationLabelT &&value)
ElicitationCodeHookInvocationSetting & WithEnableCodeHookInvocation(bool value)
bool EnableCodeHookInvocationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue