LUISAuthoringClient Interface

public interface LUISAuthoringClient

The interface for LUISAuthoringClient class.

Method Summary

Modifier and Type Method and Description
String acceptLanguage()

Gets Gets or sets the preferred language for the response..

Apps apps()

Gets the Apps object to access its operations.

AzureAccounts azureAccounts()

Gets the AzureAccounts object to access its operations.

String endpoint()

Gets Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com)..

Examples examples()

Gets the Examples object to access its operations.

Features features()

Gets the Features object to access its operations.

boolean generateClientRequestId()

Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

AzureClient getAzureClient()

Gets the AzureClient used for long running operations.

int longRunningOperationRetryTimeout()

Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

Models models()

Gets the Models object to access its operations.

Patterns patterns()

Gets the Patterns object to access its operations.

RestClient restClient()

Gets the REST client.

Settings settings()

Gets the Settings object to access its operations.

Trains trains()

Gets the Trains object to access its operations.

String userAgent()

Gets the User-Agent header for the client.

Versions versions()

Gets the Versions object to access its operations.

LUISAuthoringClient withAcceptLanguage(String acceptLanguage)

Sets Gets or sets the preferred language for the response..

LUISAuthoringClient withEndpoint(String endpoint)

Sets Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com)..

LUISAuthoringClient withGenerateClientRequestId(boolean generateClientRequestId)

Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

LUISAuthoringClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)

Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

Method Details

acceptLanguage

public String acceptLanguage()

Gets Gets or sets the preferred language for the response..

Returns:

the acceptLanguage value.

apps

public Apps apps()

Gets the Apps object to access its operations.

Returns:

the Apps object.

azureAccounts

public AzureAccounts azureAccounts()

Gets the AzureAccounts object to access its operations.

Returns:

the AzureAccounts object.

endpoint

public String endpoint()

Gets Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com)..

Returns:

the endpoint value.

examples

public Examples examples()

Gets the Examples object to access its operations.

Returns:

the Examples object.

features

public Features features()

Gets the Features object to access its operations.

Returns:

the Features object.

generateClientRequestId

public boolean generateClientRequestId()

Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

Returns:

the generateClientRequestId value.

getAzureClient

public AzureClient getAzureClient()

Gets the AzureClient used for long running operations.

Returns:

the azure client;

longRunningOperationRetryTimeout

public int longRunningOperationRetryTimeout()

Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

Returns:

the longRunningOperationRetryTimeout value.

models

public Models models()

Gets the Models object to access its operations.

Returns:

the Models object.

patterns

public Patterns patterns()

Gets the Patterns object to access its operations.

Returns:

the Patterns object.

restClient

public RestClient restClient()

Gets the REST client.

Returns:

the RestClient object.

settings

public Settings settings()

Gets the Settings object to access its operations.

Returns:

the Settings object.

trains

public Trains trains()

Gets the Trains object to access its operations.

Returns:

the Trains object.

userAgent

public String userAgent()

Gets the User-Agent header for the client.

Returns:

the user agent string.

versions

public Versions versions()

Gets the Versions object to access its operations.

Returns:

the Versions object.

withAcceptLanguage

public LUISAuthoringClient withAcceptLanguage(String acceptLanguage)

Sets Gets or sets the preferred language for the response..

Parameters:

acceptLanguage - the acceptLanguage value.

Returns:

the service client itself

withEndpoint

public LUISAuthoringClient withEndpoint(String endpoint)

Sets Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com)..

Parameters:

endpoint - the endpoint value.

Returns:

the service client itself

withGenerateClientRequestId

public LUISAuthoringClient withGenerateClientRequestId(boolean generateClientRequestId)

Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..

Parameters:

generateClientRequestId - the generateClientRequestId value.

Returns:

the service client itself

withLongRunningOperationRetryTimeout

public LUISAuthoringClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)

Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30..

Parameters:

longRunningOperationRetryTimeout - the longRunningOperationRetryTimeout value.

Returns:

the service client itself

Applies to