Interface CreateChatResponse.Builder

  • Method Details

    • executionId

      CreateChatResponse.Builder executionId(String executionId)

      The unique identifier for the created execution

      Parameters:
      executionId - The unique identifier for the created execution
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CreateChatResponse.Builder createdAt(Instant createdAt)

      Timestamp when the chat was created

      Parameters:
      createdAt - Timestamp when the chat was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.