@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface EphemeralConversationEvent

    The EphemeralConversationEvent type

    interface EphemeralConversationEvent {
        body: any;
        conversationId: string;
        from: From;
        kind: "ephemeral";
        timestamp: string;
    }
    Index
    body: any

    The body property of EphemeralConversationEvent

    conversationId: string

    The conversationId property of EphemeralConversationEvent

    from: From

    The From property of EphemeralConversationEvent

    kind: "ephemeral"

    The kind property of EphemeralConversationEvent

    timestamp: string

    The timestamp property of EphemeralConversationEvent