public Part
One part of the class Reply for the user. There can be two types: Text and VoiceOnly. The runtime will contact the parts and add separators (spaces).
class Reply| Modifier and Type | Method and Description |
|---|---|
PartType |
getType()
The type of this part can be Text and VoiceOnly.
|
java.util.List<java.lang.String> |
getVariants()
The variants for this part. Please make sure that there are no grammatical issues when you use another alternative.
|
java.util.List<java.lang.String> getVariants()
The variants for this part. Please make sure that there are no grammatical issues when you use another alternative.
PartType getType()
The type of this part can be Text and VoiceOnly.