ResolveOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.runtime.models.ResolveOptionalParameter

public class ResolveOptionalParameter

The ResolveOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String bingSpellCheckSubscriptionKey()

Get the bingSpellCheckSubscriptionKey value.

Boolean log()

Get the log value.

Boolean spellCheck()

Get the spellCheck value.

Boolean staging()

Get the staging value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Double timezoneOffset()

Get the timezoneOffset value.

Boolean verbose()

Get the verbose value.

ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

Set the bingSpellCheckSubscriptionKey value.

ResolveOptionalParameter withLog(Boolean log)

Set the log value.

ResolveOptionalParameter withSpellCheck(Boolean spellCheck)

Set the spellCheck value.

ResolveOptionalParameter withStaging(Boolean staging)

Set the staging value.

ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)

Set the timezoneOffset value.

ResolveOptionalParameter withVerbose(Boolean verbose)

Set the verbose value.

Method Details

bingSpellCheckSubscriptionKey

public String bingSpellCheckSubscriptionKey()

Get the bingSpellCheckSubscriptionKey value.

Returns:

the bingSpellCheckSubscriptionKey value

log

public Boolean log()

Get the log value.

Returns:

the log value

spellCheck

public Boolean spellCheck()

Get the spellCheck value.

Returns:

the spellCheck value

staging

public Boolean staging()

Get the staging value.

Returns:

the staging value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

timezoneOffset

public Double timezoneOffset()

Get the timezoneOffset value.

Returns:

the timezoneOffset value

verbose

public Boolean verbose()

Get the verbose value.

Returns:

the verbose value

withBingSpellCheckSubscriptionKey

public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

Set the bingSpellCheckSubscriptionKey value.

Parameters:

bingSpellCheckSubscriptionKey - the bingSpellCheckSubscriptionKey value to set

Returns:

the ResolveOptionalParameter object itself.

withLog

public ResolveOptionalParameter withLog(Boolean log)

Set the log value.

Parameters:

log - the log value to set

Returns:

the ResolveOptionalParameter object itself.

withSpellCheck

public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)

Set the spellCheck value.

Parameters:

spellCheck - the spellCheck value to set

Returns:

the ResolveOptionalParameter object itself.

withStaging

public ResolveOptionalParameter withStaging(Boolean staging)

Set the staging value.

Parameters:

staging - the staging value to set

Returns:

the ResolveOptionalParameter object itself.

withThisclientacceptLanguage

public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ResolveOptionalParameter object itself.

withTimezoneOffset

public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)

Set the timezoneOffset value.

Parameters:

timezoneOffset - the timezoneOffset value to set

Returns:

the ResolveOptionalParameter object itself.

withVerbose

public ResolveOptionalParameter withVerbose(Boolean verbose)

Set the verbose value.

Parameters:

verbose - the verbose value to set

Returns:

the ResolveOptionalParameter object itself.

Applies to