你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DialogServiceConfig 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含对话服务连接器的基本配置。 在 1.5.0 中添加
public abstract class DialogServiceConfig
type DialogServiceConfig = class
Public MustInherit Class DialogServiceConfig
- 继承
-
DialogServiceConfig
- 派生
属性
Language |
以 BCP-47 格式指定要使用的语言的名称。 |
方法
GetProperty(PropertyId) |
搜索具有给定 PropertyId 值的名为 的属性。 |
GetProperty(String) |
根据给定的字符串名称搜索 属性。 |
SetProperty(PropertyId, String) |
使用 PropertyId 值设置属性。 |
SetProperty(String, String) |
按名称设置属性。 |
SetProxy(String, Int32) |
设置代理配置。 |
SetProxy(String, Int32, String, String) |
设置代理配置。 注意:代理功能在 macOS 上不可用。 此方法对 macOS 平台没有影响。 |
SetServiceProperty(String, String, ServicePropertyChannel) |
启用新服务功能的预览。 |