ResolveOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. ResolveOptionalParameter
- com.
public class ResolveOptionalParameter
O modelo ResolveOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
bingSpellCheckSubscriptionKey()
Obtenha o valor bingSpellCheckSubscriptionKey. |
Boolean |
log()
Obtenha o valor do log. |
Boolean |
spellCheck()
Obtenha o valor spellCheck. |
Boolean |
staging()
Obtenha o valor de preparo. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
Double |
timezoneOffset()
Obtenha o valor timezoneOffset. |
Boolean |
verbose()
Obtenha o valor detalhado. |
Resolve |
withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
Defina o valor bingSpellCheckSubscriptionKey. |
Resolve |
withLog(Boolean log)
Defina o valor do log. |
Resolve |
withSpellCheck(Boolean spellCheck)
Defina o valor spellCheck. |
Resolve |
withStaging(Boolean staging)
Defina o valor de preparo. |
Resolve |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Resolve |
withTimezoneOffset(Double timezoneOffset)
Defina o valor timezoneOffset. |
Resolve |
withVerbose(Boolean verbose)
Defina o valor detalhado. |
Detalhes do método
bingSpellCheckSubscriptionKey
public String bingSpellCheckSubscriptionKey()
Obtenha o valor bingSpellCheckSubscriptionKey.
Returns:
log
public Boolean log()
Obtenha o valor do log.
Returns:
spellCheck
public Boolean spellCheck()
Obtenha o valor spellCheck.
Returns:
staging
public Boolean staging()
Obtenha o valor de preparo.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
timezoneOffset
public Double timezoneOffset()
Obtenha o valor timezoneOffset.
Returns:
verbose
public Boolean verbose()
Obtenha o valor detalhado.
Returns:
withBingSpellCheckSubscriptionKey
public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
Defina o valor bingSpellCheckSubscriptionKey.
Parameters:
Returns:
withLog
public ResolveOptionalParameter withLog(Boolean log)
Defina o valor do log.
Parameters:
Returns:
withSpellCheck
public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)
Defina o valor spellCheck.
Parameters:
Returns:
withStaging
public ResolveOptionalParameter withStaging(Boolean staging)
Defina o valor de preparo.
Parameters:
Returns:
withThisclientacceptLanguage
public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
withTimezoneOffset
public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)
Defina o valor timezoneOffset.
Parameters:
Returns:
withVerbose
public ResolveOptionalParameter withVerbose(Boolean verbose)
Defina o valor detalhado.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java