Class AlterationsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.AlterationsDTO
-
public class AlterationsDTO extends Object
Collection of words that are synonyms.
-
-
Constructor Summary
Constructors Constructor Description AlterationsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
alterations()
Get the alterations value.AlterationsDTO
withAlterations(List<String> alterations)
Set the alterations value.
-
-
-
Method Detail
-
alterations
public List<String> alterations()
Get the alterations value.- Returns:
- the alterations value
-
withAlterations
public AlterationsDTO withAlterations(List<String> alterations)
Set the alterations value.- Parameters:
alterations
- the alterations value to set- Returns:
- the AlterationsDTO object itself.
-
-