class RubyConversations::Client

def map_prompt_attributes(data)

def map_prompt_attributes(data)
  PROMPT_ATTRIBUTES.each_with_object({}) do |attr_name, attrs|
    attrs[attr_name.to_sym] = data[attr_name]
  end
end