LUISRuntimeClient Class

Definition

public class LUISRuntimeClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.LUISRuntimeClient>, IDisposable, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.ILUISRuntimeClient
type LUISRuntimeClient = class
    inherit ServiceClient<LUISRuntimeClient>
    interface ILUISRuntimeClient
    interface IDisposable
Public Class LUISRuntimeClient
Inherits ServiceClient(Of LUISRuntimeClient)
Implements IDisposable, ILUISRuntimeClient
Inheritance
Implements

Constructors

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

Properties

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