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

CustomCommandsConfig.FromSubscription(String, String, String) 方法

定义

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

public static Microsoft.CognitiveServices.Speech.Dialog.CustomCommandsConfig FromSubscription (string applicationId, string subscription, string region);
static member FromSubscription : string * string * string -> Microsoft.CognitiveServices.Speech.Dialog.CustomCommandsConfig
Public Shared Function FromSubscription (applicationId As String, subscription As String, region As String) As CustomCommandsConfig

参数

applicationId
String

自定义命令应用程序 ID。

subscription
String

与应用程序关联的订阅密钥。

region
String

与应用程序关联的订阅密钥的区域标识符。

返回

新的自定义命令配置。

适用于