Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.DocumentRetrieveResponse.DocumentRetrieveResponseNode
Packages that use DashScopeApiSpec.DocumentRetrieveResponse.DocumentRetrieveResponseNode
-
Uses of DashScopeApiSpec.DocumentRetrieveResponse.DocumentRetrieveResponseNode in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.DocumentRetrieveResponse.DocumentRetrieveResponseNodeModifier and TypeMethodDescriptionDashScopeApiSpec.DocumentRetrieveResponse.nodes()Returns the value of thenodesrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.DocumentRetrieveResponse.DocumentRetrieveResponseNodeModifierConstructorDescriptionDocumentRetrieveResponse(String status, String message, String code, String requestId, int total, List<DashScopeApiSpec.DocumentRetrieveResponse.DocumentRetrieveResponseNode> nodes) Creates an instance of aDocumentRetrieveResponserecord class.