Class AgentInvocationExchangePartChat

java.lang.Object
com.flowable.platform.service.agent.AgentInvocationExchangePartChat

public class AgentInvocationExchangePartChat extends Object
Author:
Filip Hrisafov
  • Field Details

    • id

      protected String id
    • type

      protected String type
    • subType

      protected String subType
    • content

      protected String content
  • Constructor Details

    • AgentInvocationExchangePartChat

      public AgentInvocationExchangePartChat()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSubType

      public String getSubType()
    • setSubType

      public void setSubType(String subType)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)