Package | Description |
---|---|
com.ibm.watson.assistant.v2.model |
Modifier and Type | Method and Description |
---|---|
MessageInputAttachment |
MessageInputAttachment.Builder.build()
Builds a MessageInputAttachment.
|
Modifier and Type | Method and Description |
---|---|
List<MessageInputAttachment> |
MessageInput.attachments()
Gets the attachments.
|
List<MessageInputAttachment> |
MessageInputStateless.attachments()
Gets the attachments.
|
Modifier and Type | Method and Description |
---|---|
MessageInput.Builder |
MessageInput.Builder.addAttachments(MessageInputAttachment attachments)
Adds an attachments to attachments.
|
MessageInputStateless.Builder |
MessageInputStateless.Builder.addAttachments(MessageInputAttachment attachments)
Adds an attachments to attachments.
|
Modifier and Type | Method and Description |
---|---|
MessageInput.Builder |
MessageInput.Builder.attachments(List<MessageInputAttachment> attachments)
Set the attachments.
|
MessageInputStateless.Builder |
MessageInputStateless.Builder.attachments(List<MessageInputAttachment> attachments)
Set the attachments.
|
Copyright © 2023 IBM Cloud. All rights reserved.