Uses of Class
com.tencentcloudapi.tione.v20211111.models.Message
-
Packages that use Message Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of Message in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return Message Modifier and Type Method Description MessageChoice. getMessage()Get 对话结果 注意:此字段可能返回 null,表示取不到有效值。Message[]ChatCompletionRequest. getMessages()Get 输入对话历史。旧的对话在前,数组中最后一项应该为这次的问题。Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type Message Modifier and Type Method Description voidChoice. setMessage(Message Message)Set 对话结果 注意:此字段可能返回 null,表示取不到有效值。voidChatCompletionRequest. setMessages(Message[] Messages)Set 输入对话历史。旧的对话在前,数组中最后一项应该为这次的问题。Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type Message Constructor Description Message(Message 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.
-