BatchOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. BatchOptionalParameter
- com.
public class BatchOptionalParameter
The BatchOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enableNestedChildren()
Get the enableNestedChildren value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Batch |
withEnableNestedChildren(Boolean enableNestedChildren)
Set the enableNestedChildren value. |
Batch |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
enableNestedChildren
public Boolean enableNestedChildren()
Get the enableNestedChildren value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withEnableNestedChildren
public BatchOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)
Set the enableNestedChildren value.
Parameters:
Returns:
withThisclientacceptLanguage
public BatchOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java