module GoogleAssistant
Constants
- VERSION
Public Class Methods
respond_to(params, response, &block)
click to toggle source
# File lib/google_assistant.rb, line 7 def self.respond_to(params, response, &block) Assistant.new(params, response).respond_to(&block) end