All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.model.assistant.AssistantThread Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
package com.slack.api.model.assistant;

import lombok.Data;

@Data
public class AssistantThread {
    private String userId;
    private AssistantThreadContext context;
    private String channelId;
    private String threadTs;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy