Home
last modified time | relevance | path

Searched refs:m_intentConfirmationSettingHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/source/model/
H A DCreateIntentRequest.cpp22 m_intentConfirmationSettingHasBeenSet(false), in CreateIntentRequest()
78 if(m_intentConfirmationSettingHasBeenSet) in SerializePayload()
H A DUpdateIntentRequest.cpp24 m_intentConfirmationSettingHasBeenSet(false), in UpdateIntentRequest()
91 if(m_intentConfirmationSettingHasBeenSet) in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/
H A DCreateIntentRequest.h388 … bool IntentConfirmationSettingHasBeenSet() const { return m_intentConfirmationSettingHasBeenSet; } in IntentConfirmationSettingHasBeenSet()
395 …irmationSetting(const IntentConfirmationSetting& value) { m_intentConfirmationSettingHasBeenSet = … in SetIntentConfirmationSetting()
402 …tConfirmationSetting(IntentConfirmationSetting&& value) { m_intentConfirmationSettingHasBeenSet = … in SetIntentConfirmationSetting()
898 bool m_intentConfirmationSettingHasBeenSet; variable
H A DUpdateIntentRequest.h391 … bool IntentConfirmationSettingHasBeenSet() const { return m_intentConfirmationSettingHasBeenSet; } in IntentConfirmationSettingHasBeenSet()
397 …irmationSetting(const IntentConfirmationSetting& value) { m_intentConfirmationSettingHasBeenSet = … in SetIntentConfirmationSetting()
403 …tConfirmationSetting(IntentConfirmationSetting&& value) { m_intentConfirmationSettingHasBeenSet = … in SetIntentConfirmationSetting()
765 bool m_intentConfirmationSettingHasBeenSet; variable