<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cat id="ShareETA#NotSharing" xmlns="urn:apple:names:siri:cat:1.0" locale="en" >
  
  <conditions>
      <condition name="firstThreeTimes"><expression name="dialogState.usageCount" op="le" value="3"/></condition>
  </conditions>

  <all>
      <dialog>You're not sharing your ETA right now.</dialog>
      <dialog id="firstThreeResponse" condition="firstThreeTimes"> Sharing automatically stops when you arrive, change your destination, or end your route.</dialog>
  </all>
</cat>


