16 #ifndef ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SPEECHCONFIRMATIONSETTINGTYPE_H_ 17 #define ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SPEECHCONFIRMATIONSETTINGTYPE_H_ 63 stream.setstate(std::ios_base::failbit);
79 }
else if (
"TONE" == str) {
82 is.setstate(std::ios_base::failbit);
90 #endif // ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SPEECHCONFIRMATIONSETTINGTYPE_H_ A tone will be played for speech confirmation.
std::istream & operator>>(std::istream &is, SpeechConfirmationSettingType &value)
Definition: SpeechConfirmationSettingType.h:74
::std::string string
Definition: gtest-port.h:1097
SpeechConfirmationSettingType
Definition: SpeechConfirmationSettingType.h:29
SpeechConfirmationSettingType getSpeechConfirmationDefault()
Definition: SpeechConfirmationSettingType.h:42
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::ostream & operator<<(std::ostream &stream, const SettingNotifications &value)
Definition: SettingObserverInterface.h:54