Uses of Class
com.microsoft.cognitiveservices.speech.dialog.CustomCommandsConfig
-
Packages that use CustomCommandsConfig Package Description com.microsoft.cognitiveservices.speech.dialog -
-
Uses of CustomCommandsConfig in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog that return CustomCommandsConfig Modifier and Type Method Description static CustomCommandsConfigCustomCommandsConfig. fromAuthorizationToken(String appId, String authorizationToken, String region)Creates an instance of Custom Commands config with the specified Custom Commands application id, authorization token and service region.static CustomCommandsConfigCustomCommandsConfig. fromSubscription(String appId, String subscription, String region)Creates an instance of Custom Commands config with the specified Custom Commands application id, subscription and region.
-