QnAMakerClient Class

Definition

public class QnAMakerClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerClient>, IDisposable, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IQnAMakerClient
type QnAMakerClient = class
    inherit ServiceClient<QnAMakerClient>
    interface IQnAMakerClient
    interface IDisposable
Public Class QnAMakerClient
Inherits ServiceClient(Of QnAMakerClient)
Implements IDisposable, IQnAMakerClient
Inheritance
Implements

Constructors

QnAMakerClient(DelegatingHandler[])
QnAMakerClient(HttpClient, Boolean)
QnAMakerClient(HttpClientHandler, DelegatingHandler[])
QnAMakerClient(ServiceClientCredentials, DelegatingHandler[])
QnAMakerClient(ServiceClientCredentials, HttpClient, Boolean)
QnAMakerClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Properties

Alterations
Credentials
DeserializationSettings
Endpoint
EndpointKeys
EndpointSettings
FirstMessageHandler (Inherited from ServiceClient<T>)
HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
Knowledgebase
Operations
SerializationSettings
UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to