Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.EndpointKeysDTO
-
Packages that use EndpointKeysDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker This package contains the classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation This package contains the implementation classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of EndpointKeysDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return EndpointKeysDTO Modifier and Type Method Description EndpointKeysDTOEndpointKeys. getKeys()Gets endpoint keys for an endpoint.EndpointKeysDTOEndpointKeys. refreshKeys(String keyType)Re-generates an endpoint key.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return types with arguments of type EndpointKeysDTO Modifier and Type Method Description rx.Observable<EndpointKeysDTO>EndpointKeys. getKeysAsync()Gets endpoint keys for an endpoint.rx.Observable<EndpointKeysDTO>EndpointKeys. refreshKeysAsync(String keyType)Re-generates an endpoint key. -
Uses of EndpointKeysDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return EndpointKeysDTO Modifier and Type Method Description EndpointKeysDTOEndpointKeysImpl. getKeys()Gets endpoint keys for an endpoint.EndpointKeysDTOEndpointKeysImpl. refreshKeys(String keyType)Re-generates an endpoint key.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return types with arguments of type EndpointKeysDTO Modifier and Type Method Description rx.Observable<EndpointKeysDTO>EndpointKeysImpl. getKeysAsync()Gets endpoint keys for an endpoint.com.microsoft.rest.ServiceFuture<EndpointKeysDTO>EndpointKeysImpl. getKeysAsync(com.microsoft.rest.ServiceCallback<EndpointKeysDTO> serviceCallback)Gets endpoint keys for an endpoint.rx.Observable<com.microsoft.rest.ServiceResponse<EndpointKeysDTO>>EndpointKeysImpl. getKeysWithServiceResponseAsync()Gets endpoint keys for an endpoint.rx.Observable<EndpointKeysDTO>EndpointKeysImpl. refreshKeysAsync(String keyType)Re-generates an endpoint key.com.microsoft.rest.ServiceFuture<EndpointKeysDTO>EndpointKeysImpl. refreshKeysAsync(String keyType, com.microsoft.rest.ServiceCallback<EndpointKeysDTO> serviceCallback)Re-generates an endpoint key.rx.Observable<com.microsoft.rest.ServiceResponse<EndpointKeysDTO>>EndpointKeysImpl. refreshKeysWithServiceResponseAsync(String keyType)Re-generates an endpoint key.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type EndpointKeysDTO Modifier and Type Method Description com.microsoft.rest.ServiceFuture<EndpointKeysDTO>EndpointKeysImpl. getKeysAsync(com.microsoft.rest.ServiceCallback<EndpointKeysDTO> serviceCallback)Gets endpoint keys for an endpoint.com.microsoft.rest.ServiceFuture<EndpointKeysDTO>EndpointKeysImpl. refreshKeysAsync(String keyType, com.microsoft.rest.ServiceCallback<EndpointKeysDTO> serviceCallback)Re-generates an endpoint key. -
Uses of EndpointKeysDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return EndpointKeysDTO Modifier and Type Method Description EndpointKeysDTOEndpointKeysDTO. withInstalledVersion(String installedVersion)Set the installedVersion value.EndpointKeysDTOEndpointKeysDTO. withLanguage(String language)Set the language value.EndpointKeysDTOEndpointKeysDTO. withLastStableVersion(String lastStableVersion)Set the lastStableVersion value.EndpointKeysDTOEndpointKeysDTO. withPrimaryEndpointKey(String primaryEndpointKey)Set the primaryEndpointKey value.EndpointKeysDTOEndpointKeysDTO. withSecondaryEndpointKey(String secondaryEndpointKey)Set the secondaryEndpointKey value.
-