Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionOutput.Choice
Packages that use DashScopeApiSpec.ChatCompletionOutput.Choice
-
Uses of DashScopeApiSpec.ChatCompletionOutput.Choice in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.ChatCompletionOutput.ChoiceModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionOutput.choices()Returns the value of thechoicesrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.ChatCompletionOutput.ChoiceModifierConstructorDescriptionChatCompletionOutput(String text, List<DashScopeApiSpec.ChatCompletionOutput.Choice> choices, DashScopeApiSpec.SearchInfo searchInfo) Creates an instance of aChatCompletionOutputrecord class.