Class EmbeddedConversations
- Namespace
- Vonage.Conversations.GetConversations
- Assembly
- Vonage.dll
Represents a list of conversations.
public record EmbeddedConversations : IEquatable<EmbeddedConversations>
- Inheritance
-
EmbeddedConversations
- Implements
- Inherited Members
Constructors
EmbeddedConversations(Conversation[])
Represents a list of conversations.
public EmbeddedConversations(Conversation[] Conversations)
Parameters
ConversationsConversation[]List of conversations matching the provided filter.
Properties
Conversations
List of conversations matching the provided filter.
public Conversation[] Conversations { get; init; }