Alterations class
Classe que representa alterações.
Construtores
Alterations(Qn |
Criar alterações. |
Métodos
Detalhes do Construtor
Alterations(QnAMakerClientContext)
Criar alterações.
new Alterations(client: QnAMakerClientContext)
Parâmetros
- client
- QnAMakerClientContext
Referência ao cliente de serviço.
Detalhes de Método
get(RequestOptionsBase)
function get(options?: RequestOptionsBase): Promise<AlterationsGetResponse>
Parâmetros
- options
- RequestOptionsBase
Os parâmetros opcionais
Devoluções
Promise<AlterationsGetResponse>
Promise<Models.AlteraçõesGetResponse>
get(RequestOptionsBase, ServiceCallback<WordAlterationsDTO>)
function get(options: RequestOptionsBase, callback: ServiceCallback<WordAlterationsDTO>)
Parâmetros
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
A chamada de retorno
get(ServiceCallback<WordAlterationsDTO>)
function get(callback: ServiceCallback<WordAlterationsDTO>)
Parâmetros
- callback
A chamada de retorno
getAlterationsForKb(string, RequestOptionsBase)
function getAlterationsForKb(kbId: string, options?: RequestOptionsBase): Promise<AlterationsGetAlterationsForKbResponse>
Parâmetros
- kbId
-
string
ID do Knowledgebase.
- options
- RequestOptionsBase
Os parâmetros opcionais
Devoluções
Promise<Models.AlteraçõesGetAlterationsForKbResponse>
getAlterationsForKb(string, RequestOptionsBase, ServiceCallback<WordAlterationsDTO>)
function getAlterationsForKb(kbId: string, options: RequestOptionsBase, callback: ServiceCallback<WordAlterationsDTO>)
Parâmetros
- kbId
-
string
ID do Knowledgebase.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
A chamada de retorno
getAlterationsForKb(string, ServiceCallback<WordAlterationsDTO>)
function getAlterationsForKb(kbId: string, callback: ServiceCallback<WordAlterationsDTO>)
Parâmetros
- kbId
-
string
ID do Knowledgebase.
- callback
A chamada de retorno
replace(WordAlterationsDTO, RequestOptionsBase)
function replace(wordAlterations: WordAlterationsDTO, options?: RequestOptionsBase): Promise<RestResponse>
Parâmetros
- wordAlterations
- WordAlterationsDTO
Novos dados de alterações.
- options
- RequestOptionsBase
Os parâmetros opcionais
Devoluções
Promise<RestResponse>
Promise<msRest.RestResponse>
replace(WordAlterationsDTO, RequestOptionsBase, ServiceCallback<void>)
function replace(wordAlterations: WordAlterationsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parâmetros
- wordAlterations
- WordAlterationsDTO
Novos dados de alterações.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<void>
A chamada de retorno
replace(WordAlterationsDTO, ServiceCallback<void>)
function replace(wordAlterations: WordAlterationsDTO, callback: ServiceCallback<void>)
Parâmetros
- wordAlterations
- WordAlterationsDTO
Novos dados de alterações.
- callback
-
ServiceCallback<void>
A chamada de retorno
replaceAlterationsForKb(string, WordAlterationsDTO, RequestOptionsBase)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, options?: RequestOptionsBase): Promise<RestResponse>
Parâmetros
- kbId
-
string
ID do Knowledgebase.
- wordAlterations
- WordAlterationsDTO
Novos dados de alterações.
- options
- RequestOptionsBase
Os parâmetros opcionais
Devoluções
Promise<RestResponse>
Promise<msRest.RestResponse>
replaceAlterationsForKb(string, WordAlterationsDTO, RequestOptionsBase, ServiceCallback<void>)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parâmetros
- kbId
-
string
ID do Knowledgebase.
- wordAlterations
- WordAlterationsDTO
Novos dados de alterações.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<void>
A chamada de retorno
replaceAlterationsForKb(string, WordAlterationsDTO, ServiceCallback<void>)
function replaceAlterationsForKb(kbId: string, wordAlterations: WordAlterationsDTO, callback: ServiceCallback<void>)
Parâmetros
- kbId
-
string
ID do Knowledgebase.
- wordAlterations
- WordAlterationsDTO
Novos dados de alterações.
- callback
-
ServiceCallback<void>
A chamada de retorno