文件名称: dify-java-client-1.0.7.jar中文-英文对照文档.zip
<dependency>
<groupId>io.github.imfangs</groupId>
<artifactId>dify-java-client</artifactId>
<version>1.0.7</version>
</dependency>Gradle:
implementation group: 'io.github.imfangs', name: 'dify-java-client', version: '1.0.7'
Gradle (Short):
implementation 'io.github.imfangs:dify-java-client:1.0.7'
Gradle (Kotlin):
implementation("io.github.imfangs:dify-java-client:1.0.7")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.github.imfangs.dify.client
io.github.imfangs.dify.client.callback
io.github.imfangs.dify.client.enums
io.github.imfangs.dify.client.event
io.github.imfangs.dify.client.exception
io.github.imfangs.dify.client.impl
io.github.imfangs.dify.client.model
io.github.imfangs.dify.client.model.chat
io.github.imfangs.dify.client.model.common
io.github.imfangs.dify.client.model.completion
io.github.imfangs.dify.client.model.datasets
io.github.imfangs.dify.client.model.file
io.github.imfangs.dify.client.model.workflow
io.github.imfangs.dify.client.utilio.github.imfangs.dify.client.DifyBaseClient
io.github.imfangs.dify.client.DifyChatClient
io.github.imfangs.dify.client.DifyChatflowClient
io.github.imfangs.dify.client.DifyClient
io.github.imfangs.dify.client.DifyClientFactory
io.github.imfangs.dify.client.DifyCompletionClient
io.github.imfangs.dify.client.DifyDatasetsClient
io.github.imfangs.dify.client.DifyWorkflowClient
io.github.imfangs.dify.client.callback.BaseStreamCallback
io.github.imfangs.dify.client.callback.ChatStreamCallback
io.github.imfangs.dify.client.callback.ChatflowStreamCallback
io.github.imfangs.dify.client.callback.CompletionStreamCallback
io.github.imfangs.dify.client.callback.WorkflowStreamCallback
io.github.imfangs.dify.client.enums.EventType
io.github.imfangs.dify.client.enums.FileTransferMethod
io.github.imfangs.dify.client.enums.FileType
io.github.imfangs.dify.client.enums.ResponseMode
io.github.imfangs.dify.client.event.AgentMessageEvent
io.github.imfangs.dify.client.event.AgentThoughtEvent
io.github.imfangs.dify.client.event.BaseEvent
io.github.imfangs.dify.client.event.BaseMessageEvent
io.github.imfangs.dify.client.event.BaseWorkflowEvent
io.github.imfangs.dify.client.event.ErrorEvent
io.github.imfangs.dify.client.event.MessageEndEvent
io.github.imfangs.dify.client.event.MessageEvent
io.github.imfangs.dify.client.event.MessageFileEvent
io.github.imfangs.dify.client.event.MessageReplaceEvent
io.github.imfangs.dify.client.event.NodeFinishedEvent
io.github.imfangs.dify.client.event.NodeFinishedEvent.NodeFinishedData
io.github.imfangs.dify.client.event.NodeStartedEvent
io.github.imfangs.dify.client.event.NodeStartedEvent.NodeStartedData
io.github.imfangs.dify.client.event.PingEvent
io.github.imfangs.dify.client.event.TtsMessageEndEvent
io.github.imfangs.dify.client.event.TtsMessageEvent
io.github.imfangs.dify.client.event.WorkflowFinishedEvent
io.github.imfangs.dify.client.event.WorkflowFinishedEvent.WorkflowFinishedData
io.github.imfangs.dify.client.event.WorkflowStartedEvent
io.github.imfangs.dify.client.event.WorkflowStartedEvent.WorkflowStartedData
io.github.imfangs.dify.client.event.WorkflowTextChunkEvent
io.github.imfangs.dify.client.event.WorkflowTextChunkEvent.WorkflowTextChunkData
io.github.imfangs.dify.client.exception.DifyApiException
io.github.imfangs.dify.client.impl.AbstractDifyClient
io.github.imfangs.dify.client.impl.DefaultDifyClient
io.github.imfangs.dify.client.impl.DefaultDifyDatasetsClient
io.github.imfangs.dify.client.impl.DifyBaseClientImpl
io.github.imfangs.dify.client.impl.StreamEventDispatcher
io.github.imfangs.dify.client.model.DifyConfig
io.github.imfangs.dify.client.model.chat.AppInfoResponse
io.github.imfangs.dify.client.model.chat.AppMetaResponse
io.github.imfangs.dify.client.model.chat.AppParametersResponse
io.github.imfangs.dify.client.model.chat.AppParametersResponse.AnnotationReply
io.github.imfangs.dify.client.model.chat.AppParametersResponse.FileUpload
io.github.imfangs.dify.client.model.chat.AppParametersResponse.FileUpload.FileUploadConfig
io.github.imfangs.dify.client.model.chat.AppParametersResponse.FileUpload.Image
io.github.imfangs.dify.client.model.chat.AppParametersResponse.RetrieverResource
io.github.imfangs.dify.client.model.chat.AppParametersResponse.SpeechToText
io.github.imfangs.dify.client.model.chat.AppParametersResponse.SuggestedQuestionsAfterAnswer
io.github.imfangs.dify.client.model.chat.AppParametersResponse.SystemParameters
io.github.imfangs.dify.client.model.chat.AudioToTextResponse
io.github.imfangs.dify.client.model.chat.ChatMessage
io.github.imfangs.dify.client.model.chat.ChatMessageResponse
io.github.imfangs.dify.client.model.chat.Conversation
io.github.imfangs.dify.client.model.chat.ConversationListResponse
io.github.imfangs.dify.client.model.chat.MessageListResponse
io.github.imfangs.dify.client.model.chat.MessageListResponse.AgentThought
io.github.imfangs.dify.client.model.chat.MessageListResponse.Feedback
io.github.imfangs.dify.client.model.chat.MessageListResponse.Message
io.github.imfangs.dify.client.model.chat.MessageListResponse.MessageFile
io.github.imfangs.dify.client.model.chat.SuggestedQuestionsResponse
io.github.imfangs.dify.client.model.common.Metadata
io.github.imfangs.dify.client.model.common.RetrieverResource
io.github.imfangs.dify.client.model.common.SimpleResponse
io.github.imfangs.dify.client.model.common.Usage
io.github.imfangs.dify.client.model.completion.CompletionRequest
io.github.imfangs.dify.client.model.completion.CompletionResponse
io.github.imfangs.dify.client.model.datasets.CreateDatasetRequest
io.github.imfangs.dify.client.model.datasets.CreateDocumentByFileRequest
io.github.imfangs.dify.client.model.datasets.CreateDocumentByTextRequest
io.github.imfangs.dify.client.model.datasets.CreateMetadataRequest
io.github.imfangs.dify.client.model.datasets.CreateSegmentsRequest
io.github.imfangs.dify.client.model.datasets.CreateSegmentsRequest.SegmentInfo
io.github.imfangs.dify.client.model.datasets.DatasetListResponse
io.github.imfangs.dify.client.model.datasets.DatasetListResponse.DatasetInfo
io.github.imfangs.dify.client.model.datasets.DatasetResponse
io.github.imfangs.dify.client.model.datasets.DocumentListResponse
io.github.imfangs.dify.client.model.datasets.DocumentListResponse.DocumentInfo
io.github.imfangs.dify.client.model.datasets.DocumentResponse
io.github.imfangs.dify.client.model.datasets.DocumentResponse.DataSourceInfo
io.github.imfangs.dify.client.model.datasets.DocumentResponse.Document
io.github.imfangs.dify.client.model.datasets.IndexingStatusResponse
io.github.imfangs.dify.client.model.datasets.IndexingStatusResponse.IndexingStatus
io.github.imfangs.dify.client.model.datasets.MetadataResponse
io.github.imfangs.dify.client.model.datasets.ProcessRule
io.github.imfangs.dify.client.model.datasets.ProcessRule.PreProcessingRule
io.github.imfangs.dify.client.model.datasets.ProcessRule.Rules
io.github.imfangs.dify.client.model.datasets.ProcessRule.Segmentation
io.github.imfangs.dify.client.model.datasets.ProcessRule.SubchunkSegmentation
io.github.imfangs.dify.client.model.datasets.RetrievalModel
io.github.imfangs.dify.client.model.datasets.RetrievalModel.RerankingModel
io.github.imfangs.dify.client.model.datasets.RetrieveRequest
io.github.imfangs.dify.client.model.datasets.RetrieveResponse
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.DocumentInfo
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.QueryInfo
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.Record
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.SegmentInfo
io.github.imfangs.dify.client.model.datasets.SegmentListResponse
io.github.imfangs.dify.client.model.datasets.SegmentListResponse.SegmentInfo
io.github.imfangs.dify.client.model.datasets.SegmentResponse
io.github.imfangs.dify.client.model.datasets.SegmentResponse.SegmentInfo
io.github.imfangs.dify.client.model.datasets.UpdateDocumentByFileRequest
io.github.imfangs.dify.client.model.datasets.UpdateDocumentByTextRequest
io.github.imfangs.dify.client.model.datasets.UpdateMetadataRequest
io.github.imfangs.dify.client.model.datasets.UpdateSegmentRequest
io.github.imfangs.dify.client.model.datasets.UpdateSegmentRequest.SegmentInfo
io.github.imfangs.dify.client.model.datasets.UploadFileResponse
io.github.imfangs.dify.client.model.file.FileInfo
io.github.imfangs.dify.client.model.file.FileUploadRequest
io.github.imfangs.dify.client.model.file.FileUploadResponse
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse.EndUser
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse.WorkflowLogItem
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse.WorkflowRunInfo
io.github.imfangs.dify.client.model.workflow.WorkflowRunRequest
io.github.imfangs.dify.client.model.workflow.WorkflowRunResponse
io.github.imfangs.dify.client.model.workflow.WorkflowRunResponse.WorkflowRunData
io.github.imfangs.dify.client.model.workflow.WorkflowRunStatusResponse
io.github.imfangs.dify.client.model.workflow.WorkflowStopResponse
io.github.imfangs.dify.client.util.HttpClientUtils
io.github.imfangs.dify.client.util.JsonUtils