Class AsyncChats

java.lang.Object
com.google.genai.AsyncChats

public class AsyncChats extends Object
A class for creating async chat sessions.
  • Method Details

    • create

      public AsyncChat create(String model, GenerateContentConfig config)
      Creates a new async chat session.
      Parameters:
      model - The model to use for the async chat session.
      config - The configuration for the async chat session.
      Returns:
      The async chat session.
    • create

      public AsyncChat create(String model)
      Creates a new async chat session.
      Parameters:
      model - The model to use for the async chat session.
      Returns:
      The async chat session.