Interface IFulfillRequestedUploadResponse

    • 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.