Rechat SDK
    Preparing search index...

    Interface ITestimonial

    A testimonial, as returned by Testimonials.list.

    interface ITestimonial {
        contact: null | ITestimonialContact;
        content: string;
        rating?: null | number;
    }
    Index

    Properties

    contact: null | ITestimonialContact

    The contact who gave the testimonial.

    content: string

    The testimonial text content.

    rating?: null | number

    Rating from 1-5 (optional).