Class Conversation
public sealed class Conversation
- Inheritance
-
Conversation
- Inherited Members
Properties
CreatedAt
[JsonIgnore]
public DateTime CreatedAt { get; }
Property Value
CreatedAtUnixTimeSeconds
[JsonInclude]
[JsonPropertyName("created_at")]
public long CreatedAtUnixTimeSeconds { get; }
Property Value
Id
[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
Metadata
[JsonInclude]
[JsonPropertyName("metadata")]
public IReadOnlyDictionary<string, string> Metadata { get; }
Property Value
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
conversationConversation