Interface AgentClient


@DoNotInherit public interface AgentClient
Not for user extension or instantiation, returned by the SDK component client
  • Method Summary

    Modifier and Type
    Method
    Description
    inSession(String sessionId)
    The agent participates in a session, which is used for the agent's conversational memory.
  • Method Details

    • inSession

      AgentClientInSession inSession(String sessionId)
      The agent participates in a session, which is used for the agent's conversational memory.