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