Pigeon Voice Server Agents Settings - DatasmithSA/Pigeon-Voice-Training GitHub Wiki

Settings related to custom agents (plugins) that are to be loaded at runtime by the Pigeon Voice Server:

  • Use Custom Tcp Ip Agents: Whether or not to load the TCP/IP agent library at runtime.
  • Tcp Ip Agent Library Assembly File Name: Assembly containing the TCP/IP custom agents.
  • Tcp Ip Agent Library Namespace: Namespace of the custom TCP/IP agents inside the assembly.
  • TCP/IP Dialog Builder Config Agent Name: Name of the Dialog Builder Config Agent which Dialog Builder Tasks call for initialization. This setting only needs to be provided for compatibility with Tasks developed using Zebra Dialog Builder. The setting value is typically the prefix of the project following by 'Config' e.g. MyVoiceAppConfig'.
  • Use Custom Http Agents: Whether or not to load the HTTP agent library at runtime.
  • Http Agent Library Assembly File Name: Assembly containing the custom HTTP agents.
  • Http Agent Library Namespace: Namespace of the custom HTTP agents inside the assembly.