It would be a good feature request to add dns.response in addition to the already available keyword dns.query. What you could do is post processing to alert on the event_type dns where you do have the response field.
You could also try to use the more common keywords to match on specific content parts.
This is a much more tricky problem than it really should be.
There is a feature request that should help out, but until then, this rule will work for you.
alert dns any any -> any any (msg:"DNS Response with Answer in 192.168.1.0/24"; content:"|00 01 00 01|"; distance:0; content:"|00 04 c0 a8 01|"; distance:4; within:5; fast_pattern; sid:1;)