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