Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation.QnAMakerClientImpl
-
Packages that use QnAMakerClientImpl Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation This package contains the implementation classes for QnAMakerClient. -
-
Uses of QnAMakerClientImpl in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return QnAMakerClientImpl Modifier and Type Method Description QnAMakerClientImpl
QnAMakerClientImpl. withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response.QnAMakerClientImpl
QnAMakerClientImpl. withEndpoint(String endpoint)
Sets Supported Cognitive Services endpoint (e.g., https://< qnamaker-resource-name >.api.cognitiveservices.azure.com).QnAMakerClientImpl
QnAMakerClientImpl. withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.QnAMakerClientImpl
QnAMakerClientImpl. withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations.Constructors in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with parameters of type QnAMakerClientImpl Constructor Description AlterationsImpl(retrofit2.Retrofit retrofit, QnAMakerClientImpl client)
Initializes an instance of AlterationsImpl.EndpointKeysImpl(retrofit2.Retrofit retrofit, QnAMakerClientImpl client)
Initializes an instance of EndpointKeysImpl.EndpointSettingsImpl(retrofit2.Retrofit retrofit, QnAMakerClientImpl client)
Initializes an instance of EndpointSettingsImpl.KnowledgebasesImpl(retrofit2.Retrofit retrofit, QnAMakerClientImpl client)
Initializes an instance of KnowledgebasesImpl.OperationsImpl(retrofit2.Retrofit retrofit, QnAMakerClientImpl client)
Initializes an instance of OperationsImpl.
-