QnAMakerRuntimeClient Class

Definition

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

Constructors

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

Properties

Credentials
DeserializationSettings
FirstMessageHandler (Inherited from ServiceClient<T>)
HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
Runtime
RuntimeEndpoint
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