Table of Contents

Class Conversation

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll
public sealed class Conversation
Inheritance
Conversation
Inherited Members

Properties

CreatedAt

[JsonIgnore]
public DateTime CreatedAt { get; }

Property Value

DateTime

CreatedAtUnixTimeSeconds

[JsonInclude]
[JsonPropertyName("created_at")]
public long CreatedAtUnixTimeSeconds { get; }

Property Value

long

Id

[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }

Property Value

string

Metadata

[JsonInclude]
[JsonPropertyName("metadata")]
public IReadOnlyDictionary<string, string> Metadata { get; }

Property Value

IReadOnlyDictionary<string, string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator string(Conversation)

public static implicit operator string(Conversation conversation)

Parameters

conversation Conversation

Returns

string