any_text
any_text(&block)
any_text(&block)Platforms
Platform
Supported
Usage
class MainContext < Conversation
def blocks
any_text do |text|
@reply.text "You wrote: '#{text}'"
end
end
endLast updated
Was this helpful?