DialogServiceConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains base configurations for dialog service connector. Added in 1.5.0
public abstract class DialogServiceConfig
type DialogServiceConfig = class
Public MustInherit Class DialogServiceConfig
- Inheritance
-
DialogServiceConfig
- Derived
Properties
Language |
Specifies the name of the language to be used, in BCP-47 format. |
Methods
GetProperty(PropertyId) |
Searches for the property named with the given PropertyId value. |
GetProperty(String) |
Searches for the property based on the given string name. |
SetProperty(PropertyId, String) |
Sets a property using a PropertyId value. |
SetProperty(String, String) |
Sets the property by name. |
SetProxy(String, Int32, String, String) |
Sets proxy configuration. Note: Proxy functionality is not available on macOS. This method will have no effect on the macOS platform. |
SetProxy(String, Int32) |
Sets proxy configuration. |
SetServiceProperty(String, String, ServicePropertyChannel) |
Enables preview of new service features. |
Applies to
Azure SDK for .NET