lib/stealth/services/base_reply_handler.rb in stealth-2.0.0.beta1 vs lib/stealth/services/base_reply_handler.rb in stealth-2.0.0.beta2
- old
+ new
@@ -58,8 +58,16 @@
def delay
reply_format_not_supported(format: 'delay')
end
+ def speech
+ reply_format_not_supported(format: 'speech')
+ end
+
+ def ssml
+ reply_format_not_supported(format: 'ssml')
+ end
+
end
end
end