@seven.io/client
    Preparing search index...

    Type Alias HookRcsSuggestionResponsePayload

    type HookRcsSuggestionResponsePayload = {
        agent_id: string;
        content_type: "suggestion_response";
        id: number;
        message_type: "RCS";
        sender: string;
        suggestion_response: { postbackData: string; text: string; type: "REPLY" };
        time: number;
    }
    Index

    Properties

    agent_id: string
    content_type: "suggestion_response"
    id: number
    message_type: "RCS"
    sender: string
    suggestion_response: { postbackData: string; text: string; type: "REPLY" }
    time: number