Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionMessage
Packages that use DashScopeApiSpec.ChatCompletionMessage
-
Uses of DashScopeApiSpec.ChatCompletionMessage in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.ChatCompletionMessageModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionOutput.Choice.message()Returns the value of themessagerecord component.Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.ChatCompletionMessageModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionRequestInput.messages()Returns the value of themessagesrecord component.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.ChatCompletionMessageModifierConstructorDescriptionChoice(DashScopeApiSpec.ChatCompletionFinishReason finishReason, DashScopeApiSpec.ChatCompletionMessage message, DashScopeApiSpec.ChatCompletionLogprobs logprobs) Creates an instance of aChoicerecord class.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.ChatCompletionMessageModifierConstructorDescriptionCreates an instance of aChatCompletionRequestInputrecord class.