zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationReadEventWritable

    ConversationReadEventWritable: EventSubSchema & {
        payload?: {
            activity?: ActivityWritable & { type?: string };
            conversation?: ConversationTruncated;
        };
    }

    conversation:read

    Type declaration

    • Optionalpayload?: {
          activity?: ActivityWritable & { type?: string };
          conversation?: ConversationTruncated;
      }

      The payload of the event. The contents of this object depend on the type of event.