DialogServiceConfig Class

Definition

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)

Sets proxy configuration.

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.

SetServiceProperty(String, String, ServicePropertyChannel)

Enables preview of new service features.

Applies to