Feature: Customise widget for bot conversations (#834)
* Feature: Customise widget for bot conversations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddHideInputFlagToBotConfig < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :agent_bots, :hide_input_for_bot_conversations, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user