Class RealtimeConversation
public sealed class RealtimeConversation
- Inheritance
-
RealtimeConversation
- Inherited Members
Properties
Id
The unique id of the conversation.
[JsonInclude]
[JsonPropertyName("id")]
public string Id { get; }
Property Value
Object
The object type, must be "realtime.conversation".
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }
Property Value
Operators
implicit operator string(RealtimeConversation)
public static implicit operator string(RealtimeConversation conversation)
Parameters
conversation
RealtimeConversation