Realtime Transcript widget .json file contents

上次更新时间 : Aug 14, 2024 |

To use voice interactions with Agent Assist, save the .json file below for the Realtime Transcript widget:

{
  "name": "Agent Assist Transcription",
  "description": "Agent Assist Transcription Widget",
  "icon": "neo-icon-sort",
  "element": "<transcription-widget></transcription-widget>",
  "version": "0.0.1",
  "files": [
    "assets/index.js"
  ],
  "tags": [
    "transcript",
    "widget",
	"demo",
    "api"
  ]
}

Name the file in the following format: transcript_widget.json.