你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomCommandsConfig 类

定义

包含对话服务连接器的配置。

public sealed class CustomCommandsConfig : Microsoft.CognitiveServices.Speech.Dialog.DialogServiceConfig
type CustomCommandsConfig = class
    inherit DialogServiceConfig
Public NotInheritable Class CustomCommandsConfig
Inherits DialogServiceConfig
继承
CustomCommandsConfig

注解

另请参阅: 使用语音 SDK 与客户端应用程序集成

属性

ApplicationId

自定义命令应用程序标识符。

Language

以 BCP-47 格式指定要使用的语言的名称。

(继承自 DialogServiceConfig)

方法

FromAuthorizationToken(String, String, String)

使用指定的自定义命令应用程序 ID、授权令牌和区域创建对话服务配置的实例。

FromSubscription(String, String, String)

使用指定的自定义命令应用程序 ID、订阅和区域创建对话服务配置的实例。

GetProperty(PropertyId)

搜索具有给定 PropertyId 值名为 的属性。

(继承自 DialogServiceConfig)
GetProperty(String)

根据给定的字符串名称搜索 属性。

(继承自 DialogServiceConfig)
SetProperty(PropertyId, String)

使用 PropertyId 值设置属性。

(继承自 DialogServiceConfig)
SetProperty(String, String)

按名称设置属性。

(继承自 DialogServiceConfig)
SetProxy(String, Int32)

设置代理配置。

(继承自 DialogServiceConfig)
SetProxy(String, Int32, String, String)

设置代理配置。

注意:代理功能在 macOS 上不可用。 此方法对 macOS 平台没有影响。

(继承自 DialogServiceConfig)
SetServiceProperty(String, String, ServicePropertyChannel)

启用新服务功能的预览。

(继承自 DialogServiceConfig)

适用于