Show / Hide Table of Contents

Class CohereMessage

A message that represents a single chat dialog.

Inheritance
object
CohereMessage
CohereChatBotMessage
CohereSystemMessage
CohereToolMessage
CohereUserMessage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
[JsonConverter(typeof(CohereMessageModelConverter))]
public class CohereMessage
In this article
Back to top