Table of Contents

Class MessageResponse.MessageContentResponse

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll

The content of the message: text and/or images.

public class MessageContentResponse : IEquatable<MessageResponse.MessageContentResponse>
Inheritance
System.Object
MessageResponse.MessageContentResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Text

The text content that is part of a message.

[JsonPropertyName("text")]
public MessageText Text { get; set; }

Property Value

MessageText

Type

text and/or images. image_file text

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

System.String