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

    Interface ConversationProperties

    Represents the properties for a Conversation

    interface ConversationProperties {
        get customData(): any;
        get customSortKey(): Nullable<string>;
        get ttl(): Nullable<number>;
    }
    Index
    • get customData(): any

      Returns any

    • get customSortKey(): Nullable<string>

      Returns Nullable<string>

    • get ttl(): Nullable<number>

      Returns Nullable<number>