Transitions to one of the following:
<goto nextitem="field_name"/>)<goto next="#form_id"/>)<goto next="URI"/>)<goto next="URI#form_id"/>)
Document variables will be lost when transitioning to the current document with a URI reference. For example, if the current document is http://www.voicexml.org/index.vxml, the document variables will be lost if the following syntax is used to transition to the "foo" dialog in the current document:
<goto next="http://www.voicegenie.com/index.vxml#foo"/>
Document variables will be retained when transitioning to the current document with an empty URI reference. For example, the document variables will be retained if the following syntax is used to transition to the "foo" dialog in the current document:
<goto next="#foo"/>
Note: Using a URI to transition to a document will cause the old document's variables to be lost. Keep this in mind when deciding which syntax to use to transition to a dialog in the current document.
|
|
Attribute |
Description |
|
next |
The URI of the dialog (i.e. form or menu) or document to transition to when this |
|
expr |
An ECMAScript expression to be evaluated and used as the URI of the dialog (i.e. form or menu) or document to transition to when this |
|
nextitem |
The URI of the form item to transition to when this |
|
expritem |
An ECMAScript expression to be evaluated and used as the URI of the form item to transition to when this |
|
fetchaudio |
The URI of audio to play while waiting for the document to be fetched. Optional. Overrides the value of the fetchaudio property. |
|
fetchaudiodelay |
The length of time to wait at the start of the fetch delay before playing Overrides the value of the fetchaudiodelay property. A platform extension. |
|
fetchaudiominimum |
The minimum length of time to play Overrides the value of the fetchaudiominimum property. A platform extension. |
|
fetchhint |
Defines when the next document should be fetched. Optional.
Overrides the value of the documentfetchhint property. |
|
fetchtimeout |
The length of time to wait for the next document to be fetched before throwing an Overrides the value of the fetchtimeout property. |
|
maxage |
Indicates that this document is willing to use a cached copy of the next document only while the age of the cached copy is less than or equal to the number of seconds specified by this attribute. Optional. Overrides the value of the documentmaxage property. |
|
maxstale |
Indicates that this document is willing to use a cached copy of the next document that has exceeded its expiration time by as much as the number of seconds specified by this attribute. Optional. Overrides the value of the documentmaxstale property. |
error.badfetch event is thrown, if more or less than one of next, expr, nextitem, and expritem are specified.error.badfetch event is thrown if next or expr refer to a non-existent dialog (i.e. form or menu), either within the same page, or within a different, existent, page.Block Catch Error Filled ForEach Help If Noinput Nomatch
None
fetchaudiodelay attribute.fetchaudiominimum attribute.<goto> cannot be used as a child of <foreach> when <foreach> is a child of <prompt> and vxmli.conformance.disallow_exec_content_within_prompts is set to true.
|