Alterations class
変更を表すクラス。
コンストラクター
Alterations(Qn |
変更を作成します。 |
メソッド
コンストラクターの詳細
Alterations(QnAMakerClientContext)
変更を作成します。
new Alterations(client: QnAMakerClientContext)
パラメーター
- client
- QnAMakerClientContext
サービス クライアントへの参照。
メソッドの詳細
get(RequestOptionsBase)
function get(options?: RequestOptionsBase): Promise<AlterationsGetResponse>
パラメーター
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<AlterationsGetResponse>
Promise<Models.AlterationsGetResponse>
get(RequestOptionsBase, ServiceCallback<WordAlterationsDTO>)
function get(options: RequestOptionsBase, callback: ServiceCallback<WordAlterationsDTO>)
パラメーター
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
get(ServiceCallback<WordAlterationsDTO>)
function get(callback: ServiceCallback<WordAlterationsDTO>)
パラメーター
- callback
コールバック。
getAlterationsForKb(string, RequestOptionsBase)
function getAlterationsForKb(kbId: string, options?: RequestOptionsBase): Promise<AlterationsGetAlterationsForKbResponse>
パラメーター
- kbId
-
string
ナレッジ ベース ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.AlterationsGetAlterationsForKbResponse>
getAlterationsForKb(string, RequestOptionsBase, ServiceCallback<WordAlterationsDTO>)
function getAlterationsForKb(kbId: string, options: RequestOptionsBase, callback: ServiceCallback<WordAlterationsDTO>)
パラメーター
- kbId
-
string
ナレッジ ベース ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getAlterationsForKb(string, ServiceCallback<WordAlterationsDTO>)
function getAlterationsForKb(kbId: string, callback: ServiceCallback<WordAlterationsDTO>)
パラメーター
- kbId
-
string
ナレッジ ベース ID。
- callback
コールバック。
replace(WordAlterationsDTO, RequestOptionsBase)
function replace(wordAlterations: WordAlterationsDTO, options?: RequestOptionsBase): Promise<RestResponse>
パラメーター
- wordAlterations
- WordAlterationsDTO
新しい変更データ。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<RestResponse>
Promise<msRest.RestResponse>
replace(WordAlterationsDTO, RequestOptionsBase, ServiceCallback<void>)
function replace(wordAlterations: WordAlterationsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)
パラメーター
- wordAlterations
- WordAlterationsDTO
新しい変更データ。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<void>
コールバック。
replace(WordAlterationsDTO, ServiceCallback<void>)
function replace(wordAlterations: WordAlterationsDTO, callback: ServiceCallback<void>)
パラメーター
- wordAlterations
- WordAlterationsDTO
新しい変更データ。
- callback
-
ServiceCallback<void>
コールバック。
replaceAlterationsForKb(string, WordAlterationsDTO, RequestOptionsBase)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, options?: RequestOptionsBase): Promise<RestResponse>
パラメーター
- kbId
-
string
ナレッジ ベース ID。
- wordAlterations
- WordAlterationsDTO
新しい変更データ。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<RestResponse>
Promise<msRest.RestResponse>
replaceAlterationsForKb(string, WordAlterationsDTO, RequestOptionsBase, ServiceCallback<void>)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)
パラメーター
- kbId
-
string
ナレッジ ベース ID。
- wordAlterations
- WordAlterationsDTO
新しい変更データ。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<void>
コールバック。
replaceAlterationsForKb(string, WordAlterationsDTO, ServiceCallback<void>)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, callback: ServiceCallback<void>)
パラメーター
- kbId
-
string
ナレッジ ベース ID。
- wordAlterations
- WordAlterationsDTO
新しい変更データ。
- callback
-
ServiceCallback<void>
コールバック。