#JSGF V1.0; grammar emergencySituation_object; public <emergencySituation> = <objectPhrase>; <objectPhrase> = <water> | <firstaidkit> | <cellphone> | <nothing>; <water> = water; <firstaidkit> = first aid kit; <cellphone> = cell phone; <nothing> = nothing;