ApplicationUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ApplicationUpdateObject
- com.
public class ApplicationUpdateObject
Object model for updating the name or description of an application.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value. |
String |
name()
Get the name value. |
Application |
withDescription(String description)
Set the description value. |
Application |
withName(String name)
Set the name value. |
Method Details
description
public String description()
Get the description value.
Returns:
the description value
name
public String name()
Get the name value.
Returns:
the name value
withDescription
public ApplicationUpdateObject withDescription(String description)
Set the description value.
Parameters:
description
- the description value to set
Returns:
the ApplicationUpdateObject object itself.
withName
public ApplicationUpdateObject withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the ApplicationUpdateObject object itself.