blob: 0815e88e5350e031c05daa6cea6247e9026652e6 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE config PUBLIC "url-to-be-determined"
"rdc-config.dtd">
<!--$Id$-->
<config>
<!--
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<input>
<property-list>
<property name="incompletetimeout" value="1s"/>
<property name="completetimeout" value="1s"/>
</property-list>
<prompt-list>
<prompt>Please specify a date.</prompt>
</prompt-list>
<help-list>
<help>
<prompt> Please specify a complete date. </prompt>
</help>
<help>
<prompt> For instance, say January first, 2004. </prompt>
</help>
<help>
<prompt> You can also use alternate forms like first of April.</prompt>
</help>
</help-list>
<noinput-list>
<noinput>
<prompt>I did not hear you speak a date.</prompt>
</noinput>
<noinput>
<prompt>Could you please repeat the date?</prompt>
</noinput>
<noinput>
<prompt>I appear to be having trouble hearing you.
Waiting for you to say a date. </prompt>
</noinput>
</noinput-list>
<nomatch-list>
<nomatch>
<prompt>I did not hear you speak a date. </prompt>
</nomatch>
<nomatch>
<prompt>Please repeat the date.</prompt>
</nomatch>
</nomatch-list>
</input>
<confirm>
<property-list>
<property name="incompletetimeout" value="1s"/>
<property name="completetimeout" value="1s"/>
</property-list>
<prompt-list>
<prompt>I think you said #{model.utterance}. Is that
right? </prompt>
</prompt-list>
<help-list>
<help>
<prompt>To accept date, say yes. To change your mind, say no.</prompt>
</help>
</help-list>
<noinput-list>
<noinput>
<prompt>If date is acceptable say yes otherwise say no. </prompt>
</noinput>
</noinput-list>
<nomatch-list>
<nomatch>
<prompt>If date is acceptable say yes otherwise say no. </prompt>
</nomatch>
</nomatch-list>
<reject>
<prompt>OK, lets try again. What was that date?</prompt>
</reject>
</confirm>
<validate>
<handler errorCode="1">
<prompt>The date you specified, #{model.utterance}, is
not valid.</prompt>
</handler>
<handler errorCode="2">
<prompt>That's an invalid date. Please choose an earlier date.</prompt>
</handler>
<handler errorCode="3">
<prompt>That's an invalid date. Please choose a later date.</prompt>
</handler>
<handler errorCode="4">
<prompt>I'm sorry, but there is no default or initial value available.
</prompt>
</handler>
</validate>
<echo>
<property-list>
<property name="universals" value="all"/>
</property-list>
<prompt-list>
<prompt>OK, #{model.utterance}. Got it.</prompt>
</prompt-list>
</echo>
</config>