Parameters for STT_GOOGLE Call Feature

These are the parameters that are available for the STT_GOOGLE Call Feature

Table 1. Parameters for STT_GOOGLE Call Feature
Name Description
Name Name of the call feature
Description Description of the call feature
Type STT_GOOGLE
json The JSON containing the Google credentials for STT. This can either be the actual JSON string or a reference to a file:// or http:// URL. Note that if a URL is provided, the JSON will be fetched and stored in the database - it will never re-fetch it unless the call feature is updated.
locale The locale for the Call Feature
Weight A value determining how often to use the Call Feature, when multiple features of the same functionality, locale and priority are present. The higher the weight in relation to weights of these other features, the more often this feature will be used.For more information on how BVR uses Weight and Priority to provide load balancing and redundancy, please refer to Weight and Priority usage in the Blueworx Platform
Priority Features with a lower priority value will be used before features with a higher priority value. Only if all relevant Call Features of a lower priority are DOWN will a higher priority number Call Feature be used. It is recommended to use bigger numbers when setting up priorities (i.e. 10, 20, 30 instead of 1, 2, 3) to allow for inserting Call Features inbetween existing priority levels. For more information on how BVR uses Weight and Priority to provide load balancing and redundancy, please refer to Weight and Priority usage in the Blueworx Platform
Down Retry Interval The amount of time before trying to use a Call Feature again once it has been determined to be DOWN. BVR will attempt to use it again sooner if no alternative options exist for the task on the application.
HTTP Proxy Group The HTTP proxy group that will be used to make http/https requests on behalf of this call feature. If no proxy is currently up, we will reattempt using the highest priority one. If not set, no proxy will be used.
Timeout The timeout BVR will use on messages to this call feature to abort the attempt and report an error. If set to 0s, BVR will wait indefinitely. Defaults to 0s.