Compartir a través de


ResolveOptionalParameter Clase

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

public class ResolveOptionalParameter

Modelo ResolveOptionalParameter.

Resumen del método

Modificador y tipo Método y descripción
String bingSpellCheckSubscriptionKey()

Obtenga el valor bingSpellCheckSubscriptionKey.

Boolean log()

Obtenga el valor del registro.

Boolean spellCheck()

Obtenga el valor spellCheck.

Boolean staging()

Obtenga el valor de almacenamiento provisional.

String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Double timezoneOffset()

Obtenga el valor timezoneOffset.

Boolean verbose()

Obtenga el valor detallado.

ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

Establezca el valor bingSpellCheckSubscriptionKey.

ResolveOptionalParameter withLog(Boolean log)

Establezca el valor del registro.

ResolveOptionalParameter withSpellCheck(Boolean spellCheck)

Establezca el valor spellCheck.

ResolveOptionalParameter withStaging(Boolean staging)

Establezca el valor de almacenamiento provisional.

ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)

Establezca el valor timezoneOffset.

ResolveOptionalParameter withVerbose(Boolean verbose)

Establezca el valor detallado.

Detalles del método

bingSpellCheckSubscriptionKey

public String bingSpellCheckSubscriptionKey()

Obtenga el valor bingSpellCheckSubscriptionKey.

Returns:

el valor bingSpellCheckSubscriptionKey

log

public Boolean log()

Obtenga el valor del registro.

Returns:

el valor del registro

spellCheck

public Boolean spellCheck()

Obtenga el valor spellCheck.

Returns:

el valor spellCheck

staging

public Boolean staging()

Obtenga el valor de almacenamiento provisional.

Returns:

el valor de almacenamiento provisional

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

timezoneOffset

public Double timezoneOffset()

Obtenga el valor timezoneOffset.

Returns:

el valor timezoneOffset

verbose

public Boolean verbose()

Obtenga el valor detallado.

Returns:

el valor detallado

withBingSpellCheckSubscriptionKey

public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

Establezca el valor bingSpellCheckSubscriptionKey.

Parameters:

bingSpellCheckSubscriptionKey - valor bingSpellCheckSubscriptionKey que se va a establecer.

Returns:

El propio objeto ResolveOptionalParameter.

withLog

public ResolveOptionalParameter withLog(Boolean log)

Establezca el valor del registro.

Parameters:

log - valor de registro que se va a establecer

Returns:

El propio objeto ResolveOptionalParameter.

withSpellCheck

public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)

Establezca el valor spellCheck.

Parameters:

spellCheck - el valor spellCheck que se va a establecer

Returns:

El propio objeto ResolveOptionalParameter.

withStaging

public ResolveOptionalParameter withStaging(Boolean staging)

Establezca el valor de almacenamiento provisional.

Parameters:

staging - valor de almacenamiento provisional que se va a establecer

Returns:

El propio objeto ResolveOptionalParameter.

withThisclientacceptLanguage

public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto ResolveOptionalParameter.

withTimezoneOffset

public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)

Establezca el valor timezoneOffset.

Parameters:

timezoneOffset - valor timezoneOffset que se va a establecer

Returns:

El propio objeto ResolveOptionalParameter.

withVerbose

public ResolveOptionalParameter withVerbose(Boolean verbose)

Establezca el valor detallado.

Parameters:

verbose - valor detallado que se va a establecer

Returns:

El propio objeto ResolveOptionalParameter.

Se aplica a