ResolveOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. ResolveOptionalParameter
- com.
public class ResolveOptionalParameter
The ResolveOptionalParameter model.
Method Summary
Method Details
bingSpellCheckSubscriptionKey
public String bingSpellCheckSubscriptionKey()
Get the bingSpellCheckSubscriptionKey value.
Returns:
log
public Boolean log()
Get the log value.
Returns:
spellCheck
public Boolean spellCheck()
Get the spellCheck value.
Returns:
staging
public Boolean staging()
Get the staging value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
timezoneOffset
public Double timezoneOffset()
Get the timezoneOffset value.
Returns:
verbose
public Boolean verbose()
Get the verbose value.
Returns:
withBingSpellCheckSubscriptionKey
public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
Set the bingSpellCheckSubscriptionKey value.
Parameters:
Returns:
withLog
public ResolveOptionalParameter withLog(Boolean log)
Set the log value.
Parameters:
Returns:
withSpellCheck
public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)
Set the spellCheck value.
Parameters:
Returns:
withStaging
public ResolveOptionalParameter withStaging(Boolean staging)
Set the staging value.
Parameters:
Returns:
withThisclientacceptLanguage
public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withTimezoneOffset
public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)
Set the timezoneOffset value.
Parameters:
Returns:
withVerbose
public ResolveOptionalParameter withVerbose(Boolean verbose)
Set the verbose value.
Parameters:
Returns:
Applies to
Azure SDK for Java