Show / Hide Table of Contents

Class CohereMessageV2

A message that represents a single message dialog.

Inheritance
object
CohereMessageV2
CohereAssistantMessageV2
CohereSystemMessageV2
CohereToolMessageV2
CohereUserMessageV2
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(CohereMessageV2ModelConverter))]
public class CohereMessageV2

Properties

Content

Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public List<CohereContentV2> Content { get; set; }
Property Value
Type Description
List<CohereContentV2>

Contents of the chat message.

Remarks

Required

In this article
Back to top