public final class LinenoteChoiceDto extends Object
ChoiceDescriptor.| Modifier and Type | Field and Description |
|---|---|
String |
command
Choice command.
|
String |
defaultvalues
String form of the represented choice with custom parameters.
|
String |
description
Choice description.
|
List<LinenoteChoiceParameterDto> |
parameters
Parameters for the represented choice.
|
| Constructor and Description |
|---|
LinenoteChoiceDto()
No-arg constructor for deserialization.
|
LinenoteChoiceDto(ChoiceDescriptor choiceDescriptor)
Construct to represent descriptive data of a
ChoiceDescriptor. |
public String command
public String description
public String defaultvalues
public List<LinenoteChoiceParameterDto> parameters
public LinenoteChoiceDto(ChoiceDescriptor choiceDescriptor)
ChoiceDescriptor.choiceDescriptor - ChoiceDescriptor to represent.public LinenoteChoiceDto()