Interface IFulfillRequestedUploadResponse
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFulfillRequestedUploadResponse
public interface IFulfillRequestedUploadResponse extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormRecordChat
chat()
Gets the chat to which the message with the fulfilled upload request belongs.FormRecordMessage
message()
Gets the message with the fulfilled upload request.FormRecordMessageUploadRequest
uploadRequest()
Gets the upload request that was fulfilled.ITriggeredWorkflowExecutionResult
workflowExecutionResult()
Gets the result of the workflow execution, resulting from the fulfillment of the upload request.
-
-
-
Method Detail
-
chat
FormRecordChat chat()
Gets the chat to which the message with the fulfilled upload request belongs.- Returns:
- The chat to which the message with the fulfilled upload request belongs.
-
message
FormRecordMessage message()
Gets the message with the fulfilled upload request.- Returns:
- The message with the fulfilled upload request.
-
uploadRequest
FormRecordMessageUploadRequest uploadRequest()
Gets the upload request that was fulfilled.- Returns:
- The upload request that was fulfilled.
-
workflowExecutionResult
ITriggeredWorkflowExecutionResult workflowExecutionResult()
Gets the result of the workflow execution, resulting from the fulfillment of the upload request.- Returns:
- The result of the workflow execution.
-
-