Uses of Class
com.microsoft.cognitiveservices.speech.dialog.DialogServiceConfig
-
Packages that use DialogServiceConfig Package Description com.microsoft.cognitiveservices.speech.dialog -
-
Uses of DialogServiceConfig in com.microsoft.cognitiveservices.speech.dialog
Subclasses of DialogServiceConfig in com.microsoft.cognitiveservices.speech.dialog Modifier and Type Class Description classBotFrameworkConfigClass that defines configurations for the dialog service connector object for using a Bot Framework backend.classCustomCommandsConfigClass that defines configurations for the dialog service connector object for using a CustomCommands backend.Constructors in com.microsoft.cognitiveservices.speech.dialog with parameters of type DialogServiceConfig Constructor Description DialogServiceConnector(DialogServiceConfig config)Builds a DialogServiceConnector with audio from default microphone inputDialogServiceConnector(DialogServiceConfig config, AudioConfig audioConfig)Builds a DialogServiceConnector
-