task
stringlengths
12
101
input
stringlengths
5
5.87k
output
stringlengths
1
5.47k
options
sequence
pageTitle
stringlengths
0
151
outputColName
stringlengths
1
142
url
stringlengths
24
147
wdcFile
stringlengths
71
75
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] In device, locally connected, local network and web-based services [Opera/CableLabs proposal] In device, locally connected, local network and web-based services [Google Web Intents] Anywhere, service is represented by a web application that hides any underlying low level service access methods [Google Web Introducer] Anywhere, service is represented by a web application that hides any underlying low level service access methods [Feature]
Location of services
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] Underlying infrastructure for registering user’s devices/services (more details) [Opera/CableLabs proposal] Both an underlying Zeroconf and UPnP infrastructure [Google Web Intents] None (Claes: Rich, I believe a “Web Intents server”is needed. Please explain your view [Google Web Introducer] “Web Introducer server” [Feature]
Network infrastructure required
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] URI identifying a JavaScript API to access the service [Opera/CableLabs proposal] Service type tokens exposed from the underlying discovery mechanisms [Google Web Intents] A service (intent) is defined by: Action: a URI defining what to do (share, pick, view, etc) Type: the data type to perform the action on (image, url, json etc) [Google Web Introducer] A service (intent) is a string identifying an interaction pattern between a Client and a Service. Examples are bookmark for sharing, link to media file, user's stream of incoming SMSs [Feature]
Identification of service type
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] Based on user selection of discovered service and security mechanisms implemented for respective services. A distributed approach where policy decisions are hosted in a Personal Zone. [Opera/CableLabs proposal] Based on user selection of discovered service and security mechanisms implemented for respective services. Assumes that access control is handled in the UA. [Google Web Intents] Based on user selection of discovered service and security mechanisms implemented for respective services [Google Web Introducer] Based on user selection of discovered service and security mechanisms implemented for respective services [Feature]
Security / access control
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] An application can register new services through a statement in the manifest file [Opera/CableLabs proposal] UA silently (i.e. in the background) handles discovery and registration of services from the local device, local network. UA also silently handles service discovery and registration on visited web sites. [Google Web Intents] To make a service (intent) discoverable it need to be registered in the UA through a simple API. The services Action, Type and URL to a web page that implements the service is registered. For example, in-page meta header registration syntax is collected as the user browses their web sites. [Google Web Introducer] To make a service (intent) discoverable it need to be registered in the UA through a simple API. The service's name, supported intent strings, icons, URLs to service pages are registered. [Feature]
Service registration
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] UA searches for networked services at API invocation.A successCallback is issued for each service found. Timer for how long search process lasts could be set. Pending search process can be canceled [Opera/CableLabs proposal] UA searches for networked services (the timing of which is at the discretion of the UA) in the local network and on user visited web sites and maintains a list of currently available services. [Google Web Intents] A web application wanting to use a service calls a simple API stating the requested Action and Type. An iframe allows the user to select one of the registered services for this Action and Type. [Google Web Introducer] A web application wanting to use a service calls a simple API stating the requested intent. An iframe or a new window allows the user to select one of the registered services for this intent. [Feature]
Discovery process
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] Yes. Allows web application to search for services belonging to certain user(s), to state remote or local only services and to state location of service. Also allows the page to set a timer for how long search process lasts could be set. Pending search processes can be canceled. [Opera/CableLabs proposal] No [1]. [Google Web Intents] No. [Google Web Introducer] No. [Feature]
Search filter
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] A standardized / “well-known” JavaScript API is provided to the web application to access the service. [Opera/CableLabs proposal] A URL, extracted directly from the underlying service discovery process, is provided to the web application to access the service. The web page can then use standard XmlHttpRequest, Web Sockets, Server-Sent Events and Web Messaging, etc (all with implicit cross-origin resource sharing) to communcate with the service. Protocol depends on messaging format implemented in device implementing service (e.g. json, protobufs, text-based, xml, etc). [Google Web Intents] Data is sent bi-directionally between client web application page and the service web page through the Web Intents API. The format/protocol of this data exchange is defined for each Action by the Web Intents specification. Underlying communication mechanism is web messaging but this level is hided to the application developer. [Google Web Introducer] Data is sent bi-directionally between client web application page and the service web page through Web Messaging. The format/protocol of this data exchange must be defined for each Intent by specific API/protocol specifications for each intent type. [Feature]
Communication with service
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] onLost callback when found but not yet bound service is lost. onServiceUnavaialble and onServiceAvailable callbacks for bound services. [Opera/CableLabs proposal] readyState changes fire back to web page's network service objects. readystatechange events occur on a network service object when the service becomes available or unavailable. servicesAvailable attribute is used to monitor general number of services of the authorized type currently available in the user's network(s). [Google Web Intents] No service status monitoring in the Web Intents API itself but guess that this could be handled in the specific protocol for the specific Action. [Google Web Introducer] No service status monitoring in the Web Introducer API itself but guess that this could be handled in the specific protocol for the specific intent type. [Feature]
Service status monitoring
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] Service binding valid until unbind() is called or client page is left. Later the binding to the service can be resumed using the saved service id. [Opera/CableLabs proposal] Opera to elaborate [Google Web Intents] To be completed [Google Web Introducer] To be completed [Feature]
Service binding lifecycle
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
da4b04df_coveryComparison___DAP_WG_Wiki__Feature
[Webinos proposal] ... [Opera/CableLabs proposal] ... [Google Web Intents] .... [Google Web Introducer] .... [Feature]
....
[]
ServiceDiscoveryComparison - DAP WG Wiki
Feature
http://www.w3.org/2009/dap/wiki/index.php?title=ServiceDiscoveryComparison&redirect=no
7/1438043060830.93_20150728002420-00060-ip-10-236-191-2_822487093_0.json
9bac95ca_Markup_Language__VoiceXML__3_0_ecognition__Events_from_Device_Event
[Description] response to prepare indicating that activeGrammars or activeVoiceModel have been successfully prepared [Event]
prepared
[ [ "p", "r", "e", "p", "a", "r", "e", "d" ], [ "i", "n", "p", "u", "t", "S", "t", "a", "r", "t", "e", "d" ], [ "i", "n", "p", "u", "t", "F", "i", "n", "i", "s", "h", "e", "d" ], [ "p", "a", "r", "t", "i", "a", "l", "R", "e", "s", "u", "l", "t", "s" ], [ "r", "e", "c", "o", "R", "e", "s", "u", "l", "t", "s" ], [ "e", "r", "r", "o", "r" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Event
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_17.json
9bac95ca_Markup_Language__VoiceXML__3_0_ecognition__Events_from_Device_Event
[Description] notification that the onset of input has been detected [Event]
inputStarted
[ [ "p", "r", "e", "p", "a", "r", "e", "d" ], [ "i", "n", "p", "u", "t", "S", "t", "a", "r", "t", "e", "d" ], [ "i", "n", "p", "u", "t", "F", "i", "n", "i", "s", "h", "e", "d" ], [ "p", "a", "r", "t", "i", "a", "l", "R", "e", "s", "u", "l", "t", "s" ], [ "r", "e", "c", "o", "R", "e", "s", "u", "l", "t", "s" ], [ "e", "r", "r", "o", "r" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Event
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_17.json
9bac95ca_Markup_Language__VoiceXML__3_0_ecognition__Events_from_Device_Event
[Description] notification that the end of input has been detected [Event]
inputFinished
[ [ "p", "r", "e", "p", "a", "r", "e", "d" ], [ "i", "n", "p", "u", "t", "S", "t", "a", "r", "t", "e", "d" ], [ "i", "n", "p", "u", "t", "F", "i", "n", "i", "s", "h", "e", "d" ], [ "p", "a", "r", "t", "i", "a", "l", "R", "e", "s", "u", "l", "t", "s" ], [ "r", "e", "c", "o", "R", "e", "s", "u", "l", "t", "s" ], [ "e", "r", "r", "o", "r" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Event
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_17.json
9bac95ca_Markup_Language__VoiceXML__3_0_ecognition__Events_from_Device_Event
[Payload] results (M) [Description] notification of a partial recognition results [Event]
partialResults
[ [ "p", "r", "e", "p", "a", "r", "e", "d" ], [ "i", "n", "p", "u", "t", "S", "t", "a", "r", "t", "e", "d" ], [ "i", "n", "p", "u", "t", "F", "i", "n", "i", "s", "h", "e", "d" ], [ "p", "a", "r", "t", "i", "a", "l", "R", "e", "s", "u", "l", "t", "s" ], [ "r", "e", "c", "o", "R", "e", "s", "u", "l", "t", "s" ], [ "e", "r", "r", "o", "r" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Event
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_17.json
9bac95ca_Markup_Language__VoiceXML__3_0_ecognition__Events_from_Device_Event
[Payload] results (M) [Description] notification of final recognition results [Event]
recoResults
[ [ "p", "r", "e", "p", "a", "r", "e", "d" ], [ "i", "n", "p", "u", "t", "S", "t", "a", "r", "t", "e", "d" ], [ "i", "n", "p", "u", "t", "F", "i", "n", "i", "s", "h", "e", "d" ], [ "p", "a", "r", "t", "i", "a", "l", "R", "e", "s", "u", "l", "t", "s" ], [ "r", "e", "c", "o", "R", "e", "s", "u", "l", "t", "s" ], [ "e", "r", "r", "o", "r" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Event
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_17.json
9bac95ca_Markup_Language__VoiceXML__3_0_ecognition__Events_from_Device_Event
[Payload] error status (M) [Description] an error occurred [Event]
error
[ [ "p", "r", "e", "p", "a", "r", "e", "d" ], [ "i", "n", "p", "u", "t", "S", "t", "a", "r", "t", "e", "d" ], [ "i", "n", "p", "u", "t", "F", "i", "n", "i", "s", "h", "e", "d" ], [ "p", "a", "r", "t", "i", "a", "l", "R", "e", "s", "u", "l", "t", "s" ], [ "r", "e", "c", "o", "R", "e", "s", "u", "l", "t", "s" ], [ "e", "r", "r", "o", "r" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Event
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_17.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] CreateScope [Arguments] name(optional) [Return Value] Success or Failure [Description]
Creates a new scope object and pushes it on top of the scope stack. If no name is provided the scope is anonymous and may be accessed only when it on the top of the scope stack. A Failure status is returned if a scope already exists with the specified name.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] DeleteScope [Arguments] name(optional) [Return Value] Success or Failure [Description]
Removes a scope from the scope stack. If no name is provided, the topmost scope is removed. Otherwise the scope with provided name is removed. A Failure status is returned if the stack is empty or no scope with the specified name exists.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] CreateVariable [Arguments] variableName, value(optional), scopeName(optional) [Return Value] Success or Error [Description]
Creates a variable. If scopeName is not specified, the variable is created in the top most scope on the scope stack. If no value is provided, the variable is created with the default value specified by the underlying datamodel. A Failure status is returned if a variable of the same name already exists in the specified scope.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] DeleteVariable [Arguments] variableName, scopeName(optional) [Return Value] Success or Failure [Description]
Deletes the variable with the specified name from the specified scope. If no scopeName is provided, the variable is deleted from the topmost scope on the stack. The status Failure is returned if no variable with the specified name exists in the scope.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] UpdateVariable [Arguments] variableName, newValue, scopeName(optional) [Return Value] Success or Failure [Description]
Assigns a new value to the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. A Failure status is returned if the specified variable or scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] ReadVariable [Arguments] variableName, scopeName(optional) [Return Value] value [Description]
Returns the value of the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. An error is raised if the specified variable or scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
d9265183_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Description
[Function] EvaluateExpression [Arguments] expr, scopeName(optional) [Return Value] value [Description]
Evaluates the specified expression and returns its value. If scopeName is not specified, the expression is evaluated in the topmost scope on the stack. An error is raised if the specified scope cannot be found.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] cancel [Audio Provided] no [Action]
don’t reprompt
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] error [Audio Provided] yes [Action]
exit interpreter
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] exit [Audio Provided] no [Action]
exit interpreter
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] help [Audio Provided] yes [Action]
reprompt
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] noinput [Audio Provided] no [Action]
reprompt
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] nomatch [Audio Provided] yes [Action]
reprompt
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] maxspeechtimeout [Audio Provided] yes [Action]
reprompt
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] connection.disconnect [Audio Provided] no [Action]
exit interpreter
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
1a865169_anguage__VoiceXML__Version_2_0__Action
[Event Type] all others [Audio Provided] yes [Action]
exit interpreter
[ [ "d", "o", "n", "’", "t", " ", "r", "e", "p", "r", "o", "m", "p", "t" ], [ "e", "x", "i", "t", " ", "i", "n", "t", "e", "r", "p", "r", "e", "t", "e", "r" ], [ "r", "e", "p", "r", "o", "m", "p", "t" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Action
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] name. [Type] personname. [Short display name] User's Name [Category]
Physical Contact Information, Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] bdate. [Type] date. [Short display name] User's Birth Date [Category]
Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] cert. [Type] certificate [Short display name] User's Identity Certificate [Category]
Unique Identifiers
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] gender [Type] gender [Short display name] User's Gender [Category]
Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] employer [Type] text [Short display name] User's Employer [Category]
Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] department [Type] text [Short display name] Department or division of organization where user is employed [Category]
Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] jobtitle [Type] text [Short display name] User's Job Title [Category]
Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] home. [Type] contact. [Short display name] User's Home Contact Information [Category]
Physical Contact Information, Online Contact Information, Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
4267599c_P3P_20000404_P3P_Specification__Category
[user.] business. [Type] contact. [Short display name] User's Business Contact Information [Category]
Physical Contact Information, Online Contact Information, Demographic and Socioeconomic Data
[]
WD-P3P-20000404 P3P Specification
Category
http://www.w3.org/TR/2000/WD-P3P-20000404/
7/1438043060830.93_20150728002420-00088-ip-10-236-191-2_805535821_27.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] name(optional) [Return Value] Success or Failure [Description] Creates a new scope object and pushes it on top of the scope stack. If no name is provided the scope is anonymous and may be accessed only when it on the top of the scope stack. A Failure status is returned if a scope already exists with the specified name. [Function]
CreateScope
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] name(optional) [Return Value] Success or Failure [Description] Removes a scope from the scope stack. If no name is provided, the topmost scope is removed. Otherwise the scope with provided name is removed. A Failure status is returned if the stack is empty or no scope with the specified name exists. [Function]
DeleteScope
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] variableName, value(optional), scopeName(optional) [Return Value] Success or Error [Description] Creates a variable. If scopeName is not specified, the variable is created in the top most scope on the scope stack. If no value is provided, the variable is created with the default value specified by the underlying datamodel. A Failure status is returned if a variable of the same name already exists in the specified scope. [Function]
CreateVariable
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] variableName, scopeName(optional) [Return Value] Success or Failure [Description] Deletes the variable with the specified name from the specified scope. If no scopeName is provided, the variable is deleted from the topmost scope on the stack. The status Failure is returned if no variable with the specified name exists in the scope. [Function]
DeleteVariable
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] variableName, newValue, scopeName(optional) [Return Value] Success or Failure [Description] Assigns a new value to the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. A Failure status is returned if the specified variable or scope cannot be found. [Function]
UpdateVariable
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] variableName, scopeName(optional) [Return Value] value [Description] Returns the value of the variable specified. If scopeName is not specified, the variable is accessed in the topmost scope on the stack. An error is raised if the specified variable or scope cannot be found. [Function]
ReadVariable
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
fafcf180_Markup_Language__VoiceXML__3_0_Table_1__Data_Model_API_Function
[Arguments] expr, scopeName(optional) [Return Value] value [Description] Evaluates the specified expression and returns its value. If scopeName is not specified, the expression is evaluated in the topmost scope on the stack. An error is raised if the specified scope cannot be found. [Function]
EvaluateExpression
[ [ "C", "r", "e", "a", "t", "e", "S", "c", "o", "p", "e" ], [ "D", "e", "l", "e", "t", "e", "S", "c", "o", "p", "e" ], [ "C", "r", "e", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "D", "e", "l", "e", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "U", "p", "d", "a", "t", "e", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "R", "e", "a", "d", "V", "a", "r", "i", "a", "b", "l", "e" ], [ "E", "v", "a", "l", "u", "a", "t", "e", "E", "x", "p", "r", "e", "s", "s", "i", "o", "n" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Function
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_7.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Alignment of event codes and content items [Default Value] bit-packed [EXI Option]
alignment
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] EXI compression is used to achieve better compactness [Default Value] false [EXI Option]
compression
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Strict interpretation of schemas is used to achieve better compactness [Default Value] false [EXI Option]
strict
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Body is encoded as an EXI fragment instead of an EXI document [Default Value] false [EXI Option]
fragment
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Specifies whether the support for the preservation of comments, pis, etc. is each enabled [Default Value] all false [EXI Option]
preserve
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Enables self-contained elements [Default Value] false [EXI Option]
selfContained
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Identify the schema information, if any, used to encode the body [Default Value] no default value [EXI Option]
schemaId
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Specify alternate datatype representations for typed values in the EXI body [Default Value] no default value [EXI Option]
datatypeRepresentationMap
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Specifies the block size used for EXI compression [Default Value] 1,000,000 [EXI Option]
blockSize
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Specifies the maximum string length of value content items to be considered for addition to the string table. [Default Value] unbounded [EXI Option]
valueMaxLength
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] Specifies the total capacity of value partitions in a string table [Default Value] unbounded [EXI Option]
valuePartitionCapacity
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
7df067da_L_Interchange__EXI__Format_1_0_XI_Options_in_Options_Document_EXI_Option
[Description] User defined meta-data may be added [Default Value] no default value [EXI Option]
[user defined meta-data]
[]
Efficient XML Interchange (EXI) Format 1.0
EXI Option
http://www.w3.org/TR/2011/PR-exi-20110120/
7/1438042988311.72_20150728002308-00263-ip-10-236-191-2_816748924_10.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Valid description Element [Description]
The description element matches the schema.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Valid description Element Without url Attribute [Description]
The description element does not contain a url attribute but it still matches the schema. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Valid description Element With One No Language Tagged text Element [Description]
The description element matches the schema. It contains one text element that does not have a language tag. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Valid description Element With One Language Tagged text Element [Description]
The description element matches the schema. It contains one text element that has a language tag. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Valid description Element With Mixed text Element Language Tags 1 [Description]
The description element matches the schema. One text element does not have a language tag. One text element has a language tag. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Valid description Element With Mixed text Element Language Tags 2 [Description]
The description element matches the schema. Two text elements have a language tags. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] More Than One description Element [Description]
The description element occurs more than once. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] No text Element in description Element [Description]
The description element does not contain a text child element. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Unknown Attribute in description Element [Description]
The description element contains an unknown attribute. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Unknown Child Element in description Element [Description]
The description element contains an unknown child element. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Content in description Element [Description]
The description element contains content. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Unknown Attribute in description Element text Element [Description]
The description element contains a text element with an unknown attribute. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
95fe46e9_TestPlan_Format___Fonts_WG__Description
[Title] Unknown Child Element in description Element text Element [Description]
The description element contains a text element with an unknown child element. This should be linked to a testable assertion in the spec.
[]
TestPlan-Format - Fonts WG
Description
http://www.w3.org/Fonts/WG/wiki/TestPlan-Format
7/1438042988311.72_20150728002308-00214-ip-10-236-191-2_823622931_27.json
724da074_all_Control__CCXML_Version_1_0__Details
[Field Name] name [Details]
" connection.disconnected "
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_80.json
724da074_all_Control__CCXML_Version_1_0__Details
[Field Name] connectionid [Details]
The ID of the Connection associated with this event
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_80.json
724da074_all_Control__CCXML_Version_1_0__Details
[Field Name] protocol * [Details]
The platform protocol ID of the Connection protocol
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_80.json
724da074_all_Control__CCXML_Version_1_0__Details
[Field Name] reason * [Details]
A disconnection reason code
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_80.json
724da074_all_Control__CCXML_Version_1_0__Details
[Field Name] info * [Details]
An object which provides additional platform or protocol dependent information
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_80.json
724da074_all_Control__CCXML_Version_1_0__Details
[Field Name] connection [Details]
an ECMAScript object reference to the Connection object identified by the connectionid property for this event
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2004/WD-ccxml-20040430/
7/1438042988311.72_20150728002308-00128-ip-10-236-191-2_809371373_80.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] cancel [Action] don’t reprompt [Audio Provided]
no
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] error [Action] exit interpreter [Audio Provided]
yes
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] exit [Action] exit interpreter [Audio Provided]
no
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] help [Action] reprompt [Audio Provided]
yes
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] noinput [Action] reprompt [Audio Provided]
no
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] nomatch [Action] reprompt [Audio Provided]
yes
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] maxspeechtimeout [Action] reprompt [Audio Provided]
yes
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] connection.disconnect [Action] exit interpreter [Audio Provided]
no
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
d03791c6_anguage__VoiceXML__Version_2_0__Audio_Provided
[Event Type] all others [Action] exit interpreter [Audio Provided]
yes
[ [ "n", "o" ], [ "y", "e", "s" ] ]
Voice Extensible Markup Language (VoiceXML) Version 2.0
Audio Provided
http://www.w3.org/TR/2002/WD-voicexml20-20020424/
7/1438042988860.4_20150728002308-00292-ip-10-236-191-2_821946676_41.json
8d44d090_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] confidencelevel [Default] 0.5 [Description]
The speech recognition confidence level, a float value in the range of 0.0 to 1.0. Results are rejected (a nomatch event is thrown) when application.lastresult$.confidence is below this threshold. A value of 0.0 means minimum confidence is needed for a recognition, and a value of 1.0 requires maximum confidence. The value is a Real Number Designation (see 8.4 Value Designations ).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_138.json
8d44d090_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] sensitivity [Default] 0.5 [Description]
Set the sensitivity level. A value of 1.0 means that it is highly sensitive to quiet input. A value of 0.0 means it is least sensitive to noise. The value is a Real Number Designation (see 8.4 Value Designations ).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_138.json
8d44d090_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] speedvsaccuracy [Default] 0.5 [Description]
A hint specifying the desired balance between speed vs. accuracy. A value of 0.0 means fastest recognition. A value of 1.0 means best accuracy. The value is a Real Number Designation (see 8.4 Value Designations ).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_138.json
8d44d090_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] completetimeout [Default] platform-dependent [Description]
The length of silence required following user speech before the speech recognizer finalizes a result (either accepting it or throwing a nomatch event). The complete timeout is used when the speech is a complete match of an active grammar. By contrast, the incomplete timeout is used when the speech is an incomplete match to an active grammar. A long complete timeout value delays the result completion and therefore makes the computer's response slow. A short complete timeout may lead to an utterance being broken up inappropriately. Reasonable complete timeout values are typically in the range of 0.3 seconds to 1.0 seconds. The value is a Time Designation (see 8.4 Value Designations ). See 8.3 Speech and DTMF Input Timing Properties . Although platforms must parse the completetimeout property, platforms are not required to support the behavior of completetimeout. Platforms choosing not to support the behavior of completetimeout must so document and adjust the behavior of the incompletetimeout property as described below.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_138.json
8d44d090_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] incompletetimeout [Default] undefined? [Description]
The required length of silence following user speech after which a recognizer finalizes a result. The incomplete timeout applies when the speech prior to the silence is an incomplete match of all active grammars. In this case, once the timeout is triggered, the partial result is rejected (with a nomatch event). The incomplete timeout also applies when the speech prior to the silence is a complete match of an active grammar, but where it is possible to speak further and still match the grammar. By contrast, the complete timeout is used when the speech is a complete match to an active grammar and no further words can be spoken. A long incomplete timeout value delays the result completion and therefore makes the computer's response slow. A short incomplete timeout may lead to an utterance being broken up inappropriately. The incomplete timeout is usually longer than the complete timeout to allow users to pause mid-utterance (for example, to breathe). See 8.3 Speech and DTMF Input Timing Properties Platforms choosing not to support the completetimeout property (described above) must use the maximum of the completetimeout and incompletetimeout values as the value for the incompletetimeout. The value is a Time Designation (see 8.4 Value Designations ).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_138.json
8d44d090_Markup_Language__VoiceXML__3_0__Speech_Recognition_Properties_Description
[Name] maxspeechtimeout [Default] platform-dependent [Description]
The maximum duration of user speech. If this time elapsed before the user stops speaking, the event "maxspeechtimeout" is thrown. The value is a Time Designation (see 8.4 Value Designations ).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_138.json
e2882a2d_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Description
[Name] name [Type] The name must conform to the variable naming conventions in (TODO). [Required] Yes [Description]
The form item variable in the dialog scope that will hold the recording. The name must be unique among form items in the form. If the name is not unique, then a badfetch error is thrown when the document is fetched. Note that how this variable is implemented may vary between platforms (although all platforms must support its behaviour behavior in and as described in this specification).
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
e2882a2d_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Description
[Name] expr [Type] TBD [Required] No [Default Value] ECMAScript undefined [Description]
The initial value of the form item variable. If initialized to a value, then the form item will not be visited unless the form item variable is cleared.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
e2882a2d_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Description
[Name] cond [Type] data model expression [Required] No [Default Value] true [Description]
A data model expression that must evaluate to true after conversion to boolean in order for the form item to be visited.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
e2882a2d_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Description
[Name] modal [Type] boolean [Required] No [Default Value] true [Description]
If this is true, all non-local speech and DTMF grammars are not active while making the recording. If this is false, non-local speech and DTMF grammars are active.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json
e2882a2d_Markup_Language__VoiceXML__3_0_Table_79__85__Attributes_Description
[Name] beep [Type] boolean [Required] No [Default Value] false [Description]
If true, a tone is emitted just prior to recording.
[]
Voice Extensible Markup Language (VoiceXML) 3.0
Description
http://www.w3.org/TR/2010/WD-voicexml30-20100617/diff.html
7/1438042988311.72_20150728002308-00048-ip-10-236-191-2_826476710_122.json