Alterations class
Klasse, die eine Änderung darstellt.
Konstruktoren
Alterations(Qn |
Erstellen Sie eine Änderung. |
Methoden
Details zum Konstruktor
Alterations(QnAMakerClientContext)
Erstellen Sie eine Änderung.
new Alterations(client: QnAMakerClientContext)
Parameter
- client
- QnAMakerClientContext
Verweis auf den Dienstclient.
Details zur Methode
get(RequestOptionsBase)
function get(options?: RequestOptionsBase): Promise<AlterationsGetResponse>
Parameter
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<AlterationsGetResponse>
Promise<Models.AlterationsGetResponse>
get(RequestOptionsBase, ServiceCallback<WordAlterationsDTO>)
function get(options: RequestOptionsBase, callback: ServiceCallback<WordAlterationsDTO>)
Parameter
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
get(ServiceCallback<WordAlterationsDTO>)
function get(callback: ServiceCallback<WordAlterationsDTO>)
Parameter
- callback
Der Rückruf.
getAlterationsForKb(string, RequestOptionsBase)
function getAlterationsForKb(kbId: string, options?: RequestOptionsBase): Promise<AlterationsGetAlterationsForKbResponse>
Parameter
- kbId
-
string
Wissensdatenbank-ID.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<Models.AlterationsGetAlterationsForKbResponse>
getAlterationsForKb(string, RequestOptionsBase, ServiceCallback<WordAlterationsDTO>)
function getAlterationsForKb(kbId: string, options: RequestOptionsBase, callback: ServiceCallback<WordAlterationsDTO>)
Parameter
- kbId
-
string
Wissensdatenbank-ID.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
getAlterationsForKb(string, ServiceCallback<WordAlterationsDTO>)
function getAlterationsForKb(kbId: string, callback: ServiceCallback<WordAlterationsDTO>)
Parameter
- kbId
-
string
Wissensdatenbank-ID.
- callback
Der Rückruf.
replace(WordAlterationsDTO, RequestOptionsBase)
function replace(wordAlterations: WordAlterationsDTO, options?: RequestOptionsBase): Promise<RestResponse>
Parameter
- wordAlterations
- WordAlterationsDTO
Neue Änderungsdaten.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<RestResponse>
Versprechen<msRest.RestResponse>
replace(WordAlterationsDTO, RequestOptionsBase, ServiceCallback<void>)
function replace(wordAlterations: WordAlterationsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parameter
- wordAlterations
- WordAlterationsDTO
Neue Änderungsdaten.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
-
ServiceCallback<void>
Der Rückruf.
replace(WordAlterationsDTO, ServiceCallback<void>)
function replace(wordAlterations: WordAlterationsDTO, callback: ServiceCallback<void>)
Parameter
- wordAlterations
- WordAlterationsDTO
Neue Änderungsdaten.
- callback
-
ServiceCallback<void>
Der Rückruf.
replaceAlterationsForKb(string, WordAlterationsDTO, RequestOptionsBase)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, options?: RequestOptionsBase): Promise<RestResponse>
Parameter
- kbId
-
string
Wissensdatenbank-ID.
- wordAlterations
- WordAlterationsDTO
Neue Änderungsdaten.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<RestResponse>
Versprechen<msRest.RestResponse>
replaceAlterationsForKb(string, WordAlterationsDTO, RequestOptionsBase, ServiceCallback<void>)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parameter
- kbId
-
string
Wissensdatenbank-ID.
- wordAlterations
- WordAlterationsDTO
Neue Änderungsdaten.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
-
ServiceCallback<void>
Der Rückruf.
replaceAlterationsForKb(string, WordAlterationsDTO, ServiceCallback<void>)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, callback: ServiceCallback<void>)
Parameter
- kbId
-
string
Wissensdatenbank-ID.
- wordAlterations
- WordAlterationsDTO
Neue Änderungsdaten.
- callback
-
ServiceCallback<void>
Der Rückruf.