次の方法で共有


CustomCommandsConfig クラス

定義

ダイアログ サービス コネクタの構成が含まれています。

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

注釈

Speech 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)

適用対象