GitHubContribute in GitHub: Edit online

copyright: years: 2017, 2023 lastupdated: "2023-01-06"


Programming self-service agents

You can programmatically change the behavior of your self-service agent during a call by using the Voice Gateway API. The API provides action tags and state variables that you define within the dialog in the IBM Watson™ Assistant service. * Action tags initiate actions that Voice Gateway takes during a conversation session, such as transferring a call or changing configuration * State variables define Voice Gateway characteristics that persist throughout the conversation unless otherwise changed

When the dialog node is triggered during a call, the specified action tags and state variables are passed to Voice Gateway, which then changes its behavior accordingly.

Tip: For a complete list of available action tags and state variables, see Action tags and state variables in the Voice Gateway API.