Uses of Class
com.azure.resourcemanager.botservice.models.DirectLineSpeechChannelProperties
Packages that use DirectLineSpeechChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of DirectLineSpeechChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return DirectLineSpeechChannelPropertiesModifier and TypeMethodDescriptionDirectLineSpeechChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DirectLineSpeechChannelProperties from the JsonReader.DirectLineSpeechChannel.properties()Get the properties property: The set of properties specific to DirectLine Speech channel resource.DirectLineSpeechChannelProperties.withCognitiveServiceRegion(String cognitiveServiceRegion) Set the cognitiveServiceRegion property: The cognitive service region with this channel registration.DirectLineSpeechChannelProperties.withCognitiveServiceResourceId(String cognitiveServiceResourceId) Set the cognitiveServiceResourceId property: The cognitive service id with this channel registration.DirectLineSpeechChannelProperties.withCognitiveServiceSubscriptionKey(String cognitiveServiceSubscriptionKey) Set the cognitiveServiceSubscriptionKey property: The cognitive service subscription key to use with this channel registration.DirectLineSpeechChannelProperties.withCustomSpeechModelId(String customSpeechModelId) Set the customSpeechModelId property: Custom voice deployment id (optional).DirectLineSpeechChannelProperties.withCustomVoiceDeploymentId(String customVoiceDeploymentId) Set the customVoiceDeploymentId property: Custom speech model id (optional).DirectLineSpeechChannelProperties.withIsDefaultBotForCogSvcAccount(Boolean isDefaultBotForCogSvcAccount) Set the isDefaultBotForCogSvcAccount property: Make this a default bot for chosen cognitive service account.DirectLineSpeechChannelProperties.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Whether this channel is enabled or not.Methods in com.azure.resourcemanager.botservice.models with parameters of type DirectLineSpeechChannelPropertiesModifier and TypeMethodDescriptionDirectLineSpeechChannel.withProperties(DirectLineSpeechChannelProperties properties) Set the properties property: The set of properties specific to DirectLine Speech channel resource.