Interface IFulfillRequestedUploadResponse

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultFulfillRequestedUploadResponse

public interface IFulfillRequestedUploadResponse extends Serializable
  • Method Details

    • 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

      Gets the message with the fulfilled upload request.
      Returns:
      The message with the fulfilled upload request.
    • 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.