public class IntentAnswer extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<? extends IntentAttachment> |
attachments |
private ContentText |
text |
| Constructor and Description |
|---|
IntentAnswer(ContentText text,
List<? extends IntentAttachment> attachments)
Instantiates a new Intent answer.
|
private final ContentText text
private final List<? extends IntentAttachment> attachments
IntentAnswer(ContentText text, List<? extends IntentAttachment> attachments)
text - the textattachments - the attachmentsCopyright © 2025. All rights reserved.