W3C

Intelligent Personal Assistant Architecture

Architecture and Potential for Standardization Version 1.2

Latest version
Last modified: July 19, 2021 https://github.com/w3c/voiceinteraction/blob/master/voice%20interaction%20drafts/paArchitecture/paArchitecture-1-2.htm (GitHub repository)
HTML rendered version
Editors
Dirk Schnelle-Walka, modality.ai
Deborah Dahl, Conversational Technologies

Abstract

This document describes a general architecture of Intelligent Personal Assistants and explores the potential for standardization. It is meant to be a first structured exploration of Intelligent Personal Assistants by identifying the components and their tasks. Subsequent work is expected to detail the interaction among the identified components and how they ought to perform their task as well as their actual tasks respectively. This document may need to be updated if any changes result of that detailing work. It extends and refines the description of the previous versions Architecture and Potential for Standardization Version 1.0 and Architecture and Potential for Standardization Version 1.1. The changes primarily consist of clarifications and additional architectural details in new and expanded figures, include input and output data paths.

Status of This Document

This specification was published by the Voice Interaction Community Group. It is not a W3C Standard nor is it on the W3C Standards Track. Please note that under the W3C Community Contributor License Agreement (CLA) there is a limited opt-out and other conditions apply. Learn more about W3C Community and Business Groups.

Comments should be sent to the Voice Interaction Community Group public mailing list (public-voiceinteraction@w3.org), archived at https://lists.w3.org/Archives/Public/public-voiceinteraction

Table of Contents

  1. Introduction
  2. Problem Statement
  3. Architecture
    1. Client Layer
    2. Dialog Layer
    3. APIs / Data Layer
  4. Use Case Walk Through
  5. Potential for Standardization
  6. Appendix
    1. Acknowledgements
    2. Abbreviations

1. Introduction

Intelligent Personal Assistants (IPAs) are now available in our daily lives through our smart phones. Apple’s Siri, Google Assistant, Microsoft’s Cortana, Samsung’s Bixby and many more are helping us with various tasks, like shopping, playing music, setting a schedule, sending messages, and offering answers to simple questions. Additionally, we equip our households with smart speakers like Amazon’s Alexa or Google Home which are available without the need to pick up explicit devices for these sorts of tasks or even control household appliances in our homes. As of today, there is no interoperability among the available IPA providers. Especially for exchanging learned user behaviors this is unlikely to happen at all.

Furthermore, in addition to these general-purpose assistants, there are also specialized virtual assistants which are able to provide their users with in-depth information which is specific to an enterprise, government agency, school, or other organization. They may also have the ability to perform transactions on behalf of their users, such as purchasing items, paying bills, or making reservations. Because of the breadth of possibilities for these specialized assistants, it is imperative that they be able to interoperate with the general-purpose assistants. Without this kind of interoperability, enterprise developers will need to re-implement their intelligent assistants for each major generic platform.

This document is a first step in our strategy for IPA standardization. It describes a general architecture of IPAs and explores the potential areas for standardization. It focuses on voice as the major input modality. We believe it will be of value not only to developers, but to many of the constituencies within the intelligent personal assistant ecosystem. Enterprise decision-makers, strategists and consultants, and entrepreneurs may study this work to learn of best practices and seek adjacencies for creation or investment. The overall concept is not restricted to voice but also covers purely text based interactions with so-called chatbots as well as interaction using multiple modalities. Conceptually, the authors also define executing actions in the user's environment, like turning on the light, as a modality. This means that components that deal with speech recognition, natural language understanding or speech synthesis will not necessarily be available in these deployments. In case of chatbots, speech components will be omitted. In case of multimodal interaction, interaction modalities may be extended by components to recognize input from the respective modality, transform it into something meaningful and vice-versa to generate output in one or more modalities. Some modalities may be used as output-only, like turning on the light, while other modalities may be used as input-only, like touch.

2. Problem Statement

Currently, users are mainly using the IPA Provider that is shipped with a certain piece of hardware. Thus, selection of a smart phone manufacturer actually determines which IPA implementation they are using. Switching among different IPA providers also involves switching the manufacturer, which requires high costs and getting used to a new user interface specific to the new manufacturer. On the one hand users should have more freedom in selecting the IPA implementation they want. However, they are bound to use the service that is available in that implementation but which may not be what they necessarily prefer. On the other hand, IPA providers, which mainly produce the software, must also function as hardware manufacturers to be successful. Finally, manufacturers also have to take care to port existing services to their platform. Standardization would clearly lower the needed efforts for porting and thus reduce costs.

In order to explore the potential for standardization, a typical usage scenario is described in the following section.

2.1 Use Cases

This section describes potential usages of IPAs.

2.1.1 Travel Planning

A user would like to plan a trip to an international conference and she needs visa information and airline reservations. She will give the intelligent personal assistant (IPA) her visa information (her citizenship, where she is going, purpose of travel, etc.) and it will respond by telling her the documentation she needs, how long the process will take and what the cost will be. This may require the personal assistant to consult with an auxiliary web service or another personal assistant that knows about visas.

Once the user has found out about the visa, she tells the IPA that she wants to make airline reservations. She specifies her dates of travel and airline preferences and the IPA then interacts with her to find appropriate flights.

A similar process will be repeated if the user wants to book a hotel, find a rental car, or find out about local attractions in the destination city. Booking a hotel as part of attending a conference could also involve finding out about a designated conference hotel or special conference rates, which, again, could require interaction with the hotel or the conference's IPA's.

2.2 Roles and Responsibilities

Roles like user, developer, IPA supplier will be added in a future version of this document

3. Architecture

In order to cope with such use cases as those described above an IPA follows the general design concepts of a voice user interface, as can be seen in Figure 1.

The architecture described in this document follows the SOLID principle introduced by Robert C. Martin to arrive at a scalable, understandable and reusable software solution.

Single responsibility principle
The components should have only one clearly-defined responsibility.
Open closed principle
Components should be open for extension, but closed for modification.
Liskov substitution principle
Components may be replaced without impacts onto the basic system behavior.
Interface segregation principle
Many specific interfaces are better than one general-purpose interface.
Dependency inversion principle
High-level components should not depend on low-level components. Both should depend on their interfaces.

Basic IPA Architecture
Fig. 1 Basic architecture of an IPA

This architecture follows a traditional partitioning of conversational systems, with separate components for speech recognition, natural language understanding, dialog management, natural language generation, and audio output, (audio files or text to speech). This architecture does not rule out combining some of these components in specific systems.

This architecture aims at serving, among others, the following most popular high-level use cases for IPAs

  1. Question Answering or Information Retrieval
  2. Executing local and/or remote services to accomplish tasks
This is supported by a flexible architecture that supports dynamically adding local and remote services or knowledge sources such as data providers. Moreover, it is possible to include other IPAs, with the same architecture, and forward requests to them, similar to the principle of a russian doll (omitting the Client Layer). All this describes the capabilities of the IPA. These extensions may be selected from a standardized marketplace. For the reminder of this document, we consider an IPA that is extendable via such a marketplace.

Not all components may be needed for actual implementations, some may be omitted completely. However, we note them here to provide a more complete picture. This architecture comprises three layers that are detailed in the following sections

  1. Client Layer
  2. Dialog Layer
  3. APIs / Data Layer
Actual implementations may want to distinguish more than these layers. The assignment to the layers is not considered to be strict so that some of the components may be shifted to other layers as needed. This view only reflects a view that the Community Group regard as ideal and to show the intended separation of concerns.

3.1 Client Layer

The Client Layer contains the main components that interface with the user. The following figure details the view onto the Client Layer shown in Figure 1.

3.1.1 Microphone

The microphone is used to capture the voice input of a user as a primary input modality. Additional input modalities can be employed that provide their input similarly with a specific modality recognizer. Additional input may be gathered from Local Data Providers

3.1.2 Speaker

The loudspeaker is used to output replies as verbal auditory output in the shape of spoken utterances as a primary output modality. Utterances may be accompanied by nonverbal auditory output such as

  • earcons,
  • auditory icons or
  • music.
  • Additional output modalities can be employed that render their output similarly with a specific modality synthesizer.

    It is not always required that a verbal auditory output is made as a reply to a user. The user can also become aware of the output as a consequence of an observable action as a result of a Local Service or an External Services call. In these cases an additional nonverbal auditory output may be considered.

    3.1.3 IPA Client

    Clients enable the user to access the IPA via voice with the following characteristics.

    3.2.2.1 Client Activation Strategy

    The Client Activation Strategy defines how the client gets activated to be ready to receive spoken commands as input. In turn the Microphone is opened for recording. Client Activation Strategies are not exclusive but may be used concurrently. The most common activation strategies are described in the table below

    Client Activation Strategy Description
    Push-to-talk The user explicitly triggers the start of the client by means of a physical or on-screen button or its equivalent in a client application.
    Hotword In this case, the user utters a predefined word or phrase to activate the client by voice. Hotwords may also be used to preselect a known IPA Provider. In this case the identifier of that IPA Provider is also used as additional metadata augmenting the input This hotword is usually not part of the spoken command that is passed for further evaluation.
    Local Data Providers In this case, a change in the environment may activate the client, for example if the user enters a room.
    ... ...

    The usage of hotwords includes privacy aspects as the microphone needs to be always active. Streaming to the components outside the user's control should be avoided, hence detection of hotwords should ideally happen locally. With regard to nested usage of IPAs that may feature their own hotwords, the detection of hotwords might be required to be extensible.

    3.2.2.2 Local Service Registry

    A registry for all Local Services and Local Data Providers that can be accessed by the client

    3.1.4 Local Services

    Local services can be used to execute local actions in the user's local environment. Examples include turning on the light or starting an application, for instance a navigation system in a car.

    3.1.5 Local Data Providers

    Local Data Providers capture input that is accessible in the user's local environment. They can be used to provide additional input to the IPA Client or to provide additional information that is needed to execute services. An example for the latter is the state of the light, either turned on or turned off.

    Handling in case the inputs are forwarded to a nested IPA will be discussed in future versions of this document.

    Functionality as a Client Activation Strategy will be discussed in future versions of this document.

    3.2 Dialog Layer

    The Dialog Layer contains the main components to drive the interaction with the user. The following figure details the high-level view of the Dialog Layer shown in Figure 1.

    3.2.1 IPA Service

    The general IPA Service API mediates between the user and the overall IPA system. The service layer may be omitted in case the IPA Client communicates directly with Dialog Manager. However, this is not recommended as it may contradict the principle of separation-of-concerns. It has the following characteristics

    3.2.2 ASR

    The Automated Speech Recognizer (ASR) receives audio streams of recorded utterances and generates a recognition hypothesis as text strings for the local IPA. Conceptually, ASR is a modality recognizer for speech. It has the following characteristics

    3.2.3 NLU

    An Natural Language Understanding (NLU) component that able to extract meaning as intents and associated entities from an utterance as text strings.

    Intent
    An intent is a group of utterances with similar meaning.
    Entity
    An entity captures additional information to an intent.
    The NLU component has the following characteristics

    3.2.4 Dialog Manager

    The Dialog Manager is a component that receives semantic information determined from user input, updates the dialog history, its internal state, decides upon subsequent steps to continue a dialog and provides output, mainly as synthesized or recorded utterances. Conceptually the dialog manager defines the playground that is used by the Dialogs and contributes significantly to the user experience. The Dialog Manager has the following characteristics

    3.2.4.1 Dialog Strategy

    A Dialog Strategy is a conceptualization of a dialog for an operationalization in a computer system. It defines the representation of the dialog's state and respective operations to process and generate events relevant to the interaction. This specification is agnostic to the employed Dialog Strategy. Examples of dialog strategy include

    Dialog Strategy Example
    State-based State Chart XML (SCXML): State Machine Notation for Control Abstraction
    Frame-based Voice Extensible Markup Language (VoiceXML) 2.1
    Plan-based Information State Update
    ... ...
    3.2.4.2 Session

    Conceptually, multiple sessions can be active in parallel. Dialog execution can be governed by a sessions, e.g. to free resources of ASR and NLU engines when a session expires. Linguistic phenomena, like anaphoric references and ellipsis, are expected to work within a session. The selected IPA Providers or the Dialog Manager may have leading roles for this task.

    A session begins when the user starts to interact with an IPA, may continue over multiple interaction turns, i.e. an input and output cycle, and ends if the user does not start a new input within a predefined time span. This includes the possibility that a session may persist over multiple requests.

    3.2.5 Context

    During the interaction with a user all kinds of information are collected and managed in the so-called conversation context or dialog context. It contains all the short and long term information needed to handle a conversation and thus may exceed the concept of a session. It also serves for context-based reasoning with the help of the Knowledge Graph and to generate output for the output to the user NLG. It is not possible to capture each and every aspect of what context should comprise as discussions about context are likely to end up in trying to explain the world. For the sake of this specification it should be possible to deal with the following characteristics

    3.2.5.1 History

    The Dialog History mainly stores the past dialog events per user. Dialog events include users’ transcriptions, semantic interpretations and resulting actions. Thus, it has information on how the user reacted in the past and knows her preferences. The history may also be used to resolve anaphoric references in the NLU or can be used as temporary knowledge in the Knowledge Graph.

    3.2.5.2 Knowledge Graph

    The system uses a knowledge graph, e.g., to reason about entities and intents. This may be received from the detected input from the NLU or Data Providers to come up with some more meaningful data matching the current task better. One example is the use of the name of a person as a navigation target as a person usually has an address that qualifies to be used in navigation tasks.

    3.2.6 NLG

    The natural language generation (NLG) component is responsible for preparing the natural language text that represents the system’s output. It has the following characteristics

    3.2.7 TTS

    The Text-to-Speech (TTS) component receives text strings, which it converts into audio data. Conceptually, the TTS is a modality specific renderer for speech. It has the following characteristics

    3.2.8 Dialogs

    Dialogs support interaction with the user. They include Core Dialogs, which are built into the system, and provide basic interactions, as well as more specialized dialogs which support additional functionality.

    3.2.8.1 Core Dialog

    The Core Dialog are logical entities that are able to handle basic functionality via Core Intent Sets to enable interaction with the user at all. This includes among others

    Core Dialog Purpose
    Greeting Welcome the user and and prepare for initial input.
    Help The user asked for more guidance.
    Goodbye Terminate the interaction with the user.
    Service not available The dialog relies on reaching out for a specific service but was not able to reach it, e.g. because of connection issues.
    Intent not known The Provider Selection Service returned an intent that can not be handled by a corresponding Dialog.
    No input The user did not say anything within a predefined timespan
    Error An unknown error occurred
    Transfer to external IPA Provider Notify the user that the following dialog steps will be handled outside the scope of this IPA.
    ... ...

    Conceptually, the Core Dialog is a special Dialog as described in the following section that is always available.

    3.2.8.2 Dialog

    A Dialog is able to handle functionality that can be added to the capabilities of the Dialog Manager through its associated Intent Sets. Dialogs are logical entities within the overall description of the interaction with the user, executed by the Dialog Manager. Dialogs must serve different purposes in the sense that they are unique for a certain task. E.g., only a single flight reservation dialog may exist at a time. Dialogs have the following characteristics

    3.2.8.3 Core Intent Sets

    A Core Intent Set usually identifies tasks to be executed and defines the capabilities of the Core Dialog. Conceptually, the Core Intent Sets are Intent Sets that are always available.

    3.2.8.4 Intent Sets

    Intent Sets define actions, identified by the name of the intent, along with their parameters as entities as it is produced by the NLU that can be consumed by a corresponding Dialog and have the following characteristics

    3.2.8.5 Dialog X

    The Dialog X's are able to handle functionality that can be added to the capabilities of the Dialog Manager through their associated Intent Set X. A Dialog X extends the Core Dialogs and add functionality by custom Dialogs. The Dialog X's must server different purposes in a sense that they are unique for a certain task. E.g., only a single flight reservation dialog may exist at a time. They have the same characteristics as a Dialog.

    3.2.8.6 Intent Set X

    An Intent Set X is a special Intent Set that identifies tasks that can be executed within the associated Dialog X.

    3.2.8.7 Dialog Registry

    The Dialog Registry manages all available Dialogs with their associated Intent Sets with respect to the current Dialog Strategy. This means, it is the Dialog Registry that would know which Dialog to use for a given intent. For some Dialog Strategy this component may be omitted as it is taken over by the Dialog Manager. One of these cases is when the Dialog Strategies does not allow for the dynamic handling of Dialogs as described below.

    3.3 APIs/Data Layer

    3.3.1 Provider Selection Service

    A service that provides access to all known Data Providers, External Services and IPA Providers. This service also maps the IPA Intent Sets to the Intent Sets in the Dialog layer. It has the following characteristics

    How IPA local hotwords can be used to preselect an IPA will be described in a future draft.
    The Russian doll principle of nested IPAs will be described in a future draft.

    3.3.1.1 Provider Selection Strategy

    The Provider Selection Strategy aims at determining those IPA Providers that are most likely suited to handle the current input. Generally,the system should not make any assumptions about the user's current input as she may switch goals with each input but there may be some deviating use cases. The provider selection strategy may be implemented for example as one of the following options or a combination thereof to determine a list of IPA Providers candidates.

    In case the IPA Provider does not abstract from determining a relevant list of intents, the same strategy may be applied to determine the n-best intents.

    3.3.1.2 Provider Registry

    A registry for all IPA Providers that can be accessed. It has the following characteristics

    3.3.1.3 Accounts/Authentication

    A registry that knows how to access the known IPA Providers, i.e., which are available and credentials to access them. Storing of credentials must meet security and trust considerations that are expected from such a personalized service. It has the following characteristics

    3.3.2 Data Providers

    Data Providers obtain data from various sources for use in the interaction.

    3.3.2.1 Data Provider X

    A data provider to get data to be used in the Dialog, e.g. as a result of a query. It has the following characteristics

    3.3.3 External Services

    External Services provide data that can be obtained from sources outside of the system; for example, data obtained from a third-party web service.

    3.3.3.1 External Service X

    A specific External Service, which provides data to be used for a particular application. An application can use multiple External Services.

    3.3.4 IPA Providers

    IPA providers provide IPA's that can interact with users in an application.

    3.3.4.1 IPA Provider X

    A provider of an IPA service, like

    The IPA provider may be part of the IPA implementation as an IPA Provider or alternatively a subset of the original functionality as described below as part of another IPA implementation.

    3.3.4.2 Provider ASR

    An ASR component receives audio streams of recorded utterances and generates a recognition hypothesis as text strings as an input for the Provider NLU.

    3.3.4.2 Provider NLU

    An NLU component that is able to extract meaning as intents and associated entities from an utterance as text strings for IPA Provider X. It has the following characteristics

    3.3.4.3 Provider Intent Set

    An Intent Set that might be returned by the Provider NLU to handle the capabilities of IPA Provider X.

    3.4 Resulting Architecture

    The previous sections showed a more detailed view onto the architectural buildings blocks. A general overview comprising these detailing is shown in the following figure.

    IPA Architecture
    Fig. 2 Complete architecture of an IPA

    4. Use Case Walk Through

    This section needs to be updated to match the changes as introduced above.

    This section expands on the use case above, filling in details according to the sample architecture.

    A user would like to plan a trip to an international conference and she needs visa information and airline reservations.

    The user starts by asking a general purpose assistant (IPA Client, on the left of the diagram) about what the visa requirements are for her situation. For a common situation, such as citizens of the EU traveling to the United States, the IPA is able to answer the question directly from one of its dialogs 1-n getting the information from a web service that it knows about via the corresponding Data Provider. However, for less common situations (for example, a citizen of South Africa traveling to Japan), the generic IPA will try to identify a visa expert assistant application from the dialog registry. If it finds one, it will connect the user with the visa expert, one of the IPA providers on the right side. The visa expert will then engage in a dialog with the user to find out the dates and purposes of travel and will inform the user of the visa process.

    Once the user has found out about the visa, she tells the IPA that she wants to make airline reservations. If she wants to use a particular service, or use a particular airline, she would say something like "I want to book a flight on American". The IPA will then either connect the user with American's IPA or, if American doesn't have an IPA, will inform the user of that fact. On the other hand, if the user doesn't specify an airline, the IPA will find a general flight search IPA from its registry and connect the user with the IPA for that flight search service. The flight search IPA will then interact with the user to find appropriate flights.

    A similar process would be repeated if the user wants to book a hotel, find a rental car, find out about local attractions in the destination city, etc. Booking a hotel could also involve interacting with the conference's IPA to find out about a designated conference hotel or special rates.

    4.1 Detailed Walkthrough

    This section provides a detailed walkthrough that aligns the steps in the use case interaction with the architecture. It covers only the part from the example above that the user asks for a flight travel with a dedicated airline. This very basic example assumes that this is the first request to IPA and that there is a suitable dialog ready that matches the user's request. It may also vary, e.g., depending on the used Dialog Strategy and other optional items that may actually result in different flows. The walkthrough is split into two parts for the input path and for the output path.

    4.1.1 Walkthrough for the Input Path

    We begin with the case where the user's request can be handled by one of the internal Dialogs in the Dialog box. The input side is illustrated in the following figure
    IPA Architecture Walkthrough for the input
    Fig. 3 Walkthrough for the output path of an IPA
    1. The user asks the IPA client about a travel between the EU and the United States. The IPA Cient captures the audio with the help of the microphone.
    2. Requests are usually augmented by other data. The GPS location is one example that could be useful. Therefore the IPA Client asks the Local Data Provider for GPS for the current location...
    3. ...and gets it back. In this case the GPS coordinates from Mountain View, California.
    4. The audio is sent along with all augmenting data to the IPA Service.
    5. The IA Service forwards the received data simultaneously to the ASR in the local path and to the Provider Selection Service in the remote path.
    6. The decoded text of the user's request, in this example "I want to book a flight on American" with all augmented data in parallel to the NLU component for the local path and to the Provider Selection Service for the remote path.
    7. In the local path the NLU tries to determine intents and entities from the decoded text. For our example this may be intent: plan-flight-travel with entity destination: American. The NLU components makes use of the context to check if there are complementary information that might have been established throughout the interaction with the user, such as preferred times for departure or arrival.
    8. There was no info to add from the history but the GPS information could be mapped with the help of the Knowledge Graph to origin: SFO so the local input path is completed with this step with the result: plan-flight-travel with entities airline: American, origin: SFO.
    9. The remote path starts with the Provider Selection Service asking the Provider Registry for suitable IPA Providers for the incoming request.
    10. The Provider Registry filters the suitable IPA Providers and asks for credentials at the Accounts/Authentication component. For the example, these may be those supporting English. At this level, only the pure text is known and the used language. Further knowledge about the user may be helpful to reduce these candidates.
    11. The Provider Registry receives the credentials for the IPA Provider candidates.
    12. The Provider Selection Service receives the list of IPA Providers along with their credentials, if any, back.
    13. The Provider Registry forwards the text "I want to book a flight on American" from the utterance and the GPS coordinates for Mountain View to the received list of IPA Providers in parallel to determine meaning which completes the remote input path.

    4.1.2 Walkthrough for the Output Path

    The output path begins where the local NLU and IPA Providers are able to deliver their results. In both paths the best match for the intents and entities based on the received data have been identified. This path is illustrated in the following figure
    IPA Architecture Walkthrough for the output
    Fig. 4 Walkthrough for the output path of an IPA
    1. The IPA Providers send their determined intents along with recognized entities to the Provider Selection Service. For our example this may be Note, that the reply also contains an identification of the provider for their result. This allows pre-selection of a provider in possible follow-up dialog turns.
    2. The Provider Selection Service maps the custom intents and entities to the core intents and entities that can be understood in the dialogs. For our example this could be It then sends this mapped result to the Dialog Manager as an n-best list.
    3. On the local path the NLU sends it result to the Dialog Manager. For our example this could be
    4. The Dialog Manager determines an n-best list of meanings from the local and remote path as It selects the best suited reply. For our example, it may remove the results from IPA Provider 2 and IPA Provider 3 as the confidence for the entity is very low and updates the History with the determined dialog move from the user.
    5. The Dialog Manger then sends the intent, plan-flight-travel to the Dialog Registry to determine the corresponding dialog...
    6. ...and receives the dialog to use back. For the example this may be the plan-flight-travel-dialog.
    7. The Dialog Manager calls the plan-flight-travel dialog and fills all known entities. In our example, the slots for airline and origin would be filled.
    8. The Dialog determines the next dialog step and indicates the request for a system move to query the user for the missing data.
    9. The History is updated with this dialog move ...
    10. ...and forwarded to the NLG to create a response.
    11. The NLG makes use of the Context to check output preferences and already established knowledge between the user and the system that might be used in the reply...
    12. ...and receives the info back to come up with the question "Do you want to fly from San Francisco with American?",
    13. The NLU forwards the text string "Do you want to fly from San Francisco with American?" to the TTS to be converted into audio.
    14. The TTS engine sends the audio file from the response to the IPA Client to be made audible...
    15. ...in the Speaker.

    5. Potential for Standardization

    The general architecture of IPAs described in this document should be detailed in subsequent documents. Further work must be done to

    1. specify the interfaces among the components
    2. suggest new standards where they are missing
    3. refer to existing standards where applicable
    4. refer to existing standards as a starting point to be refined for the IPA case
    Currently, the authors see the following situation at the time of writing
    Component Potentially related standards
    IPA Client
    IPA Service none
    Dialog Manager
    TTS
    ASR
    Core Dialog
    Core Intent Set none
    Dialog Registry
    Provider Selection Service none
    Accounts/Authentication
    NLU
    Knowledge Graph
    Data Provider none

    The table above is not meant to be exhaustive nor does it claim that the identified standards are suited for IPA implementations. They must be analyzed in more detail in subsequent work. The majority are starting points for further refinement. For instance, the authors consider it unlikely that VoiceXML will actually be used in IPA implementations.

    Out of scope of a possible standardization is the implementation inside the IPA Providers and potential interoperability among them. However, it eases the the integration of their exposed services or even allow to use services across different providers. Actual IPA providers may make use of any upcoming standard to enhance their deployments as a marketplace of intelligent services.

    6. Appendix

    6.1 Acknowledgements

    This version of the document was written with the participation of members of the W3C Voice Interaction Community Group. The work of the following members has significantly facilitated the development of this document:

    6.2 Abbreviations

    Abbreviation Description
    ASR Automated Speech Recognition
    NLG Natural Language Generation
    NLU Natural Language Understanding
    TTS Text to Speech