ServiceConnection

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string Connection identifier
language string Language of the voice command
voiceCommandName string Name of the recognized voice command
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-serviceconnection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceConnection",
  "title": "ServiceConnection",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Connection identifier"
    },
    "language": {
      "type": "string",
      "description": "Language of the voice command"
    },
    "voiceCommandName": {
      "type": "string",
      "description": "Name of the recognized voice command"
    }
  }
}