Uses of Class
com.tencentcloudapi.tione.v20211111.models.Choice
-
Packages that use Choice Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of Choice in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return Choice Modifier and Type Method Description Choice[]ChatCompletionResponse. getChoices()Get 本次问答的答案。Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type Choice Modifier and Type Method Description voidChatCompletionResponse. setChoices(Choice[] Choices)Set 本次问答的答案。Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type Choice Constructor Description Choice(Choice source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-