kustomer-client
    Preparing search index...

    Type Alias CreateMessageFromConversationResponses

    type CreateMessageFromConversationResponses = {
        "201": {
            data: {
                attributes: {
                    app: string;
                    channel: string;
                    createdAt: string;
                    direction: string;
                    meta: { [key: string]: unknown };
                    modifiedAt: string;
                    sentAt: string;
                    size: number;
                    status: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    conversation: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: {
                app: string;
                channel: string;
                createdAt: string;
                direction: string;
                meta: { [key: string]: unknown };
                modifiedAt: string;
                sentAt: string;
                size: number;
                status: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                conversation: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                customer: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    Created